#0F4009

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

Shades of Myrtle #0F4009

Tints of Myrtle #0F4009

Color information

#0F4009 (or 0x0F4009) is unknown color: approx Myrtle. HEX triplet: 0F, 40 and 09. RGB value is (15,64,9). Sum of RGB (Red+Green+Blue) = 15+64+9=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4009 is #F0BFF6. Grayscale: #2B2B2B. Windows color (decimal): -15777783 or 606223. OLE color: 606223.

HSL color Cylindrical-coordinate representation of color #0F4009: hue angle of 113.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F4009 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB15649-
CMYK0.7700.860.75
HSL113.45º75.34%14.31%-
HSV(B)113.45º85.94%25.1%-
XYZ2.083.790.88-
YUV43.08108.77107.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 64 (25.39% from 255) = 72.73%
BLUE value IS 9 (3.91% from 255) = 10.23%
R=17.05%
G=72.73%
B=10.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal156490.7700.860.75113.4575.3414.31
HexF4094D0564B714be
Octal1710011115012611316111316
Binary1111100000010011001101010101101001011111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,64,9); }

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

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

 a { background-color: rgb(15,64,9); }

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

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

 span { border-color: rgb(15,64,9); }

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