Shades of Pine Tree #132509
Tints of Pine Tree #132509
RGB
CMYK
RGB Variations
Color information
#132509 (or 0x132509) is known color: Pine Tree. HEX triplet: 13, 25 and 09. RGB value is (19,37,9). Sum of RGB (Red+Green+Blue) = 19+37+9=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #132509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132509 is #ECDAF6. Grayscale: #1C1C1C. Windows color (decimal): -15522551 or 599315. OLE color: 599315.
HSL color Cylindrical-coordinate representation of color #132509: hue angle of 98.57º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132509 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 37 | 9 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.85 |
| HSL | 98.57º | 0.61% | 0.09% | - |
| HSV(B) | 98.57º | 0.76% | 0.15% | - |
| XYZ | 0.98 | 1.48 | 0.49 | - |
| YUV | 28.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 9 | 0.49 | 0 | 0.76 | 0.85 | 98.57 | 0.61 | 0.09 |
| Hex | 13 | 25 | 9 | 31 | 0 | 4C | 55 | 63 | 3D | 9 |
| Octal | 23 | 45 | 11 | 61 | 0 | 114 | 125 | 143 | 75 | 11 |
| Binary | 10011 | 100101 | 1001 | 110001 | 0 | 1001100 | 1010101 | 1100011 | 111101 | 1001 |
Color Harmonies of #132509
Complementary color
Monochromatic Colors of #132509
Black with #132509
Text Example
Text Example
White with #132509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132509; }
p { color: rgb(19,37,9); }
H1.HeaderClassName
{
color: #132509;
}
.AnyTagClassName
{
color: #132509;
}
</style>
background-color css
<style>
a { background-color: #132509; }
a { background-color: rgb(19,37,9); }
div.DivClassName
{
background-color: #132509;
}
.BgClassName
{
background-color: #132509;
}
</style>
border-color css
<style>
span { border-color: #132509; }
span { border-color: rgb(19,37,9); }
td.TdClassName
{
border-color: #132509;
}
.TagClassName
{
border-color: #132509;
}
</style>