Shades of Pine Tree #091304
Tints of Pine Tree #091304
RGB
CMYK
RGB Variations
Color information
#091304 (or 0x091304) is known color: Pine Tree. HEX triplet: 09, 13 and 04. RGB value is (9,19,4). Sum of RGB (Red+Green+Blue) = 9+19+4=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 19 (7.81% from 255 or 59.38% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 19 - color contains mainly: green. Hex color #091304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091304 is #F6ECFB. Grayscale: #0E0E0E. Windows color (decimal): -16182524 or 267017. OLE color: 267017.
HSL color Cylindrical-coordinate representation of color #091304: hue angle of 100º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #091304 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 19 | 4 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.93 |
| HSL | 100º | 0.65% | 0.05% | - |
| HSV(B) | 100º | 0.79% | 0.07% | - |
| XYZ | 0.37 | 0.53 | 0.2 | - |
| YUV | 14.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 4 | 0.53 | 0 | 0.79 | 0.93 | 100 | 0.65 | 0.05 |
| Hex | 9 | 13 | 4 | 35 | 0 | 4F | 5D | 64 | 41 | 5 |
| Octal | 11 | 23 | 4 | 65 | 0 | 117 | 135 | 144 | 101 | 5 |
| Binary | 1001 | 10011 | 100 | 110101 | 0 | 1001111 | 1011101 | 1100100 | 1000001 | 101 |
Color Harmonies of #091304
Complementary color
Monochromatic Colors of #091304
Black with #091304
Text Example
Text Example
White with #091304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091304; }
p { color: rgb(9,19,4); }
H1.HeaderClassName
{
color: #091304;
}
.AnyTagClassName
{
color: #091304;
}
</style>
background-color css
<style>
a { background-color: #091304; }
a { background-color: rgb(9,19,4); }
div.DivClassName
{
background-color: #091304;
}
.BgClassName
{
background-color: #091304;
}
</style>
border-color css
<style>
span { border-color: #091304; }
span { border-color: rgb(9,19,4); }
td.TdClassName
{
border-color: #091304;
}
.TagClassName
{
border-color: #091304;
}
</style>