Shades of Pine Tree #132709
Tints of Pine Tree #132709
RGB
CMYK
RGB Variations
Color information
#132709 (or 0x132709) is known color: Pine Tree. HEX triplet: 13, 27 and 09. RGB value is (19,39,9). Sum of RGB (Red+Green+Blue) = 19+39+9=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #132709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132709 is #ECD8F6. Grayscale: #1D1D1D. Windows color (decimal): -15522039 or 599827. OLE color: 599827.
HSL color Cylindrical-coordinate representation of color #132709: hue angle of 100º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132709 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 39 | 9 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.85 |
| HSL | 100º | 0.63% | 0.09% | - |
| HSV(B) | 100º | 0.77% | 0.15% | - |
| XYZ | 1.04 | 1.61 | 0.51 | - |
| YUV | 29.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 9 | 0.51 | 0 | 0.77 | 0.85 | 100 | 0.63 | 0.09 |
| Hex | 13 | 27 | 9 | 33 | 0 | 4D | 55 | 64 | 3E | 9 |
| Octal | 23 | 47 | 11 | 63 | 0 | 115 | 125 | 144 | 76 | 11 |
| Binary | 10011 | 100111 | 1001 | 110011 | 0 | 1001101 | 1010101 | 1100100 | 111110 | 1001 |
Color Harmonies of #132709
Complementary color
Monochromatic Colors of #132709
Black with #132709
Text Example
Text Example
White with #132709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132709; }
p { color: rgb(19,39,9); }
H1.HeaderClassName
{
color: #132709;
}
.AnyTagClassName
{
color: #132709;
}
</style>
background-color css
<style>
a { background-color: #132709; }
a { background-color: rgb(19,39,9); }
div.DivClassName
{
background-color: #132709;
}
.BgClassName
{
background-color: #132709;
}
</style>
border-color css
<style>
span { border-color: #132709; }
span { border-color: rgb(19,39,9); }
td.TdClassName
{
border-color: #132709;
}
.TagClassName
{
border-color: #132709;
}
</style>