Shades of Pine Tree #091204
Tints of Pine Tree #091204
RGB
CMYK
RGB Variations
Color information
#091204 (or 0x091204) is known color: Pine Tree. HEX triplet: 09, 12 and 04. RGB value is (9,18,4). Sum of RGB (Red+Green+Blue) = 9+18+4=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 18 (7.42% from 255 or 58.06% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 18 - color contains mainly: green. Hex color #091204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091204 is #F6EDFB. Grayscale: #0D0D0D. Windows color (decimal): -16182780 or 266761. OLE color: 266761.
HSL color Cylindrical-coordinate representation of color #091204: hue angle of 98.57º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #091204 is Cyan = 0.5, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.
Color convert
RGB | 9 | 18 | 4 | - |
CMYK | 0.5 | 0 | 0.78 | 0.93 |
HSL | 98.57º | 0.64% | 0.04% | - |
HSV(B) | 98.57º | 0.78% | 0.07% | - |
XYZ | 0.35 | 0.5 | 0.19 | - |
YUV | 13.71 | 122.52 | 124.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 18 | 4 | 0.5 | 0 | 0.78 | 0.93 | 98.57 | 0.64 | 0.04 |
Hex | 9 | 12 | 4 | 32 | 0 | 4E | 5D | 63 | 40 | 4 |
Octal | 11 | 22 | 4 | 62 | 0 | 116 | 135 | 143 | 100 | 4 |
Binary | 1001 | 10010 | 100 | 110010 | 0 | 1001110 | 1011101 | 1100011 | 1000000 | 100 |
Color Harmonies of #091204
Complementary color
Monochromatic Colors of #091204
Black with #091204
Text Example
Text Example
White with #091204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091204; }
p { color: rgb(9,18,4); }
H1.HeaderClassName
{
color: #091204;
}
.AnyTagClassName
{
color: #091204;
}
</style>
background-color css
<style>
a { background-color: #091204; }
a { background-color: rgb(9,18,4); }
div.DivClassName
{
background-color: #091204;
}
.BgClassName
{
background-color: #091204;
}
</style>
border-color css
<style>
span { border-color: #091204; }
span { border-color: rgb(9,18,4); }
td.TdClassName
{
border-color: #091204;
}
.TagClassName
{
border-color: #091204;
}
</style>