Shades of Pine Tree #111604
Tints of Pine Tree #111604
RGB
CMYK
RGB Variations
Color information
#111604 (or 0x111604) is known color: Pine Tree. HEX triplet: 11, 16 and 04. RGB value is (17,22,4). Sum of RGB (Red+Green+Blue) = 17+22+4=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #111604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111604 is #EEE9FB. Grayscale: #121212. Windows color (decimal): -15657468 or 267793. OLE color: 267793.
HSL color Cylindrical-coordinate representation of color #111604: hue angle of 76.67º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111604 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 22 | 4 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.91 |
| HSL | 76.67º | 0.69% | 0.05% | - |
| HSV(B) | 76.67º | 0.82% | 0.09% | - |
| XYZ | 0.54 | 0.7 | 0.22 | - |
| YUV | 18.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 4 | 0.23 | 0 | 0.82 | 0.91 | 76.67 | 0.69 | 0.05 |
| Hex | 11 | 16 | 4 | 17 | 0 | 52 | 5B | 4D | 45 | 5 |
| Octal | 21 | 26 | 4 | 27 | 0 | 122 | 133 | 115 | 105 | 5 |
| Binary | 10001 | 10110 | 100 | 10111 | 0 | 1010010 | 1011011 | 1001101 | 1000101 | 101 |
Color Harmonies of #111604
Complementary color
Monochromatic Colors of #111604
Black with #111604
Text Example
Text Example
White with #111604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111604; }
p { color: rgb(17,22,4); }
H1.HeaderClassName
{
color: #111604;
}
.AnyTagClassName
{
color: #111604;
}
</style>
background-color css
<style>
a { background-color: #111604; }
a { background-color: rgb(17,22,4); }
div.DivClassName
{
background-color: #111604;
}
.BgClassName
{
background-color: #111604;
}
</style>
border-color css
<style>
span { border-color: #111604; }
span { border-color: rgb(17,22,4); }
td.TdClassName
{
border-color: #111604;
}
.TagClassName
{
border-color: #111604;
}
</style>