Shades of Pine Tree #131806
Tints of Pine Tree #131806
RGB
CMYK
RGB Variations
Color information
#131806 (or 0x131806) is known color: Pine Tree. HEX triplet: 13, 18 and 06. RGB value is (19,24,6). Sum of RGB (Red+Green+Blue) = 19+24+6=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #131806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131806 is #ECE7F9. Grayscale: #141414. Windows color (decimal): -15525882 or 399379. OLE color: 399379.
HSL color Cylindrical-coordinate representation of color #131806: hue angle of 76.67º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131806 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 24 | 6 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.91 |
| HSL | 76.67º | 0.6% | 0.06% | - |
| HSV(B) | 76.67º | 0.75% | 0.09% | - |
| XYZ | 0.63 | 0.8 | 0.29 | - |
| YUV | 20.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 6 | 0.21 | 0 | 0.75 | 0.91 | 76.67 | 0.6 | 0.06 |
| Hex | 13 | 18 | 6 | 15 | 0 | 4B | 5B | 4D | 3C | 6 |
| Octal | 23 | 30 | 6 | 25 | 0 | 113 | 133 | 115 | 74 | 6 |
| Binary | 10011 | 11000 | 110 | 10101 | 0 | 1001011 | 1011011 | 1001101 | 111100 | 110 |
Color Harmonies of #131806
Complementary color
Monochromatic Colors of #131806
Black with #131806
Text Example
Text Example
White with #131806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131806; }
p { color: rgb(19,24,6); }
H1.HeaderClassName
{
color: #131806;
}
.AnyTagClassName
{
color: #131806;
}
</style>
background-color css
<style>
a { background-color: #131806; }
a { background-color: rgb(19,24,6); }
div.DivClassName
{
background-color: #131806;
}
.BgClassName
{
background-color: #131806;
}
</style>
border-color css
<style>
span { border-color: #131806; }
span { border-color: rgb(19,24,6); }
td.TdClassName
{
border-color: #131806;
}
.TagClassName
{
border-color: #131806;
}
</style>