#0F5418

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

Shades of Myrtle #0F5418

Tints of Myrtle #0F5418

Color information

#0F5418 (or 0x0F5418) is unknown color: approx Myrtle. HEX triplet: 0F, 54 and 18. RGB value is (15,84,24). Sum of RGB (Red+Green+Blue) = 15+84+24=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5418 is #F0ABE7. Grayscale: #383838. Windows color (decimal): -15772648 or 1594383. OLE color: 1594383.

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

Color convert

RGB158424-
CMYK0.8200.710.67
HSL127.83º69.7%19.41%-
HSV(B)127.83º82.14%32.94%-
XYZ3.536.511.93-
YUV56.53109.6498.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 84 (33.20% from 255) = 68.29%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=12.20%
G=68.29%
B=19.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1584240.8200.710.67127.8369.719.41
HexF54185204743804613
Octal1712430122010710320010623
Binary1111101010011000101001001000111100001110000000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,84,24); }

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

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

 a { background-color: rgb(15,84,24); }

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

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

 span { border-color: rgb(15,84,24); }

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