Shades of Pine Tree #203504
Tints of Pine Tree #203504
RGB
CMYK
RGB Variations
Color information
#203504 (or 0x203504) is known color: Pine Tree. HEX triplet: 20, 35 and 04. RGB value is (32,53,4). Sum of RGB (Red+Green+Blue) = 32+53+4=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 53 (21.09% from 255 or 59.55% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 53 - color contains mainly: green. Hex color #203504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203504 is #DFCAFB. Grayscale: #292929. Windows color (decimal): -14666492 or 275744. OLE color: 275744.
HSL color Cylindrical-coordinate representation of color #203504: hue angle of 85.71º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #203504 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 53 | 4 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.79 |
| HSL | 85.71º | 0.86% | 0.11% | - |
| HSV(B) | 85.71º | 0.92% | 0.21% | - |
| XYZ | 1.89 | 2.86 | 0.57 | - |
| YUV | 41.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 4 | 0.40 | 0 | 0.92 | 0.79 | 85.71 | 0.86 | 0.11 |
| Hex | 20 | 35 | 4 | 28 | 0 | 5C | 4F | 56 | 56 | B |
| Octal | 40 | 65 | 4 | 50 | 0 | 134 | 117 | 126 | 126 | 13 |
| Binary | 100000 | 110101 | 100 | 101000 | 0 | 1011100 | 1001111 | 1010110 | 1010110 | 1011 |
Color Harmonies of #203504
Complementary color
Monochromatic Colors of #203504
Black with #203504
Text Example
Text Example
White with #203504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203504; }
p { color: rgb(32,53,4); }
H1.HeaderClassName
{
color: #203504;
}
.AnyTagClassName
{
color: #203504;
}
</style>
background-color css
<style>
a { background-color: #203504; }
a { background-color: rgb(32,53,4); }
div.DivClassName
{
background-color: #203504;
}
.BgClassName
{
background-color: #203504;
}
</style>
border-color css
<style>
span { border-color: #203504; }
span { border-color: rgb(32,53,4); }
td.TdClassName
{
border-color: #203504;
}
.TagClassName
{
border-color: #203504;
}
</style>