#0F530C

Color #0F530C Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0F530C

Tints of Myrtle #0F530C

Color information

#0F530C (or 0x0F530C) is unknown color: approx Myrtle. HEX triplet: 0F, 53 and 0C. RGB value is (15,83,12). Sum of RGB (Red+Green+Blue) = 15+83+12=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #0F530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F530C is #F0ACF3. Grayscale: #363636. Windows color (decimal): -15772916 or 807695. OLE color: 807695.

HSL color Cylindrical-coordinate representation of color #0F530C: hue angle of 117.46º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F530C is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB158312-
CMYK0.8200.860.67
HSL117.46º74.74%18.63%-
HSV(B)117.46º85.54%32.55%-
XYZ3.366.311.39-
YUV54.57103.9799.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 83 (32.81% from 255) = 75.45%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=13.64%
G=75.45%
B=10.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1583120.8200.860.67117.4674.7418.63
HexF53C5205643754b13
Octal1712314122012610316511323
Binary11111010011110010100100101011010000111110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F530C; }

 p { color: rgb(15,83,12); }

 H1.HeaderClassName
 {
   color: #0F530C;
 }
 .AnyTagClassName
 {
   color: #0F530C;
 }
</style>
background-color css

<style>
 a { background-color: #0F530C; }

 a { background-color: rgb(15,83,12); }

 div.DivClassName
 {
   background-color: #0F530C;
 }
 .BgClassName
 {
   background-color: #0F530C;
 }
</style>
border-color css

<style>
 span { border-color: #0F530C; }

 span { border-color: rgb(15,83,12); }

 td.TdClassName
 {
   border-color: #0F530C;
 }
 .TagClassName
 {
   border-color: #0F530C;
 }
</style>