Shades of Pine Tree #132505
Tints of Pine Tree #132505
RGB
CMYK
RGB Variations
Color information
#132505 (or 0x132505) is known color: Pine Tree. HEX triplet: 13, 25 and 05. RGB value is (19,37,5). Sum of RGB (Red+Green+Blue) = 19+37+5=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #132505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132505 is #ECDAFA. Grayscale: #1C1C1C. Windows color (decimal): -15522555 or 337171. OLE color: 337171.
HSL color Cylindrical-coordinate representation of color #132505: hue angle of 93.75º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132505 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 37 | 5 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.85 |
| HSL | 93.75º | 0.76% | 0.08% | - |
| HSV(B) | 93.75º | 0.86% | 0.15% | - |
| XYZ | 0.96 | 1.47 | 0.38 | - |
| YUV | 27.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 5 | 0.49 | 0 | 0.86 | 0.85 | 93.75 | 0.76 | 0.08 |
| Hex | 13 | 25 | 5 | 31 | 0 | 56 | 55 | 5E | 4C | 8 |
| Octal | 23 | 45 | 5 | 61 | 0 | 126 | 125 | 136 | 114 | 10 |
| Binary | 10011 | 100101 | 101 | 110001 | 0 | 1010110 | 1010101 | 1011110 | 1001100 | 1000 |
Color Harmonies of #132505
Complementary color
Monochromatic Colors of #132505
Black with #132505
Text Example
Text Example
White with #132505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132505; }
p { color: rgb(19,37,5); }
H1.HeaderClassName
{
color: #132505;
}
.AnyTagClassName
{
color: #132505;
}
</style>
background-color css
<style>
a { background-color: #132505; }
a { background-color: rgb(19,37,5); }
div.DivClassName
{
background-color: #132505;
}
.BgClassName
{
background-color: #132505;
}
</style>
border-color css
<style>
span { border-color: #132505; }
span { border-color: rgb(19,37,5); }
td.TdClassName
{
border-color: #132505;
}
.TagClassName
{
border-color: #132505;
}
</style>