Shades of Pine Tree #091005
Tints of Pine Tree #091005
RGB
CMYK
RGB Variations
Color information
#091005 (or 0x091005) is known color: Pine Tree. HEX triplet: 09, 10 and 05. RGB value is (9,16,5). Sum of RGB (Red+Green+Blue) = 9+16+5=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 16 (6.64% from 255 or 53.33% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 16 - color contains mainly: green. Hex color #091005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091005 is #F6EFFA. Grayscale: #0C0C0C. Windows color (decimal): -16183291 or 331785. OLE color: 331785.
HSL color Cylindrical-coordinate representation of color #091005: hue angle of 98.18º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #091005 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 16 | 5 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.94 |
| HSL | 98.18º | 0.52% | 0.04% | - |
| HSV(B) | 98.18º | 0.69% | 0.06% | - |
| XYZ | 0.33 | 0.44 | 0.21 | - |
| YUV | 12.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 5 | 0.44 | 0 | 0.69 | 0.94 | 98.18 | 0.52 | 0.04 |
| Hex | 9 | 10 | 5 | 2C | 0 | 45 | 5E | 62 | 34 | 4 |
| Octal | 11 | 20 | 5 | 54 | 0 | 105 | 136 | 142 | 64 | 4 |
| Binary | 1001 | 10000 | 101 | 101100 | 0 | 1000101 | 1011110 | 1100010 | 110100 | 100 |
Color Harmonies of #091005
Complementary color
Monochromatic Colors of #091005
Black with #091005
Text Example
Text Example
White with #091005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091005; }
p { color: rgb(9,16,5); }
H1.HeaderClassName
{
color: #091005;
}
.AnyTagClassName
{
color: #091005;
}
</style>
background-color css
<style>
a { background-color: #091005; }
a { background-color: rgb(9,16,5); }
div.DivClassName
{
background-color: #091005;
}
.BgClassName
{
background-color: #091005;
}
</style>
border-color css
<style>
span { border-color: #091005; }
span { border-color: rgb(9,16,5); }
td.TdClassName
{
border-color: #091005;
}
.TagClassName
{
border-color: #091005;
}
</style>