Shades of Pine Tree #203606
Tints of Pine Tree #203606
RGB
CMYK
RGB Variations
Color information
#203606 (or 0x203606) is known color: Pine Tree. HEX triplet: 20, 36 and 06. RGB value is (32,54,6). Sum of RGB (Red+Green+Blue) = 32+54+6=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 54 (21.48% from 255 or 58.70% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 54 - color contains mainly: green. Hex color #203606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203606 is #DFC9F9. Grayscale: #2A2A2A. Windows color (decimal): -14666234 or 407072. OLE color: 407072.
HSL color Cylindrical-coordinate representation of color #203606: hue angle of 87.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #203606 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 54 | 6 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.79 |
| HSL | 87.5º | 0.8% | 0.12% | - |
| HSV(B) | 87.5º | 0.89% | 0.21% | - |
| XYZ | 1.95 | 2.96 | 0.64 | - |
| YUV | 41.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 6 | 0.41 | 0 | 0.89 | 0.79 | 87.5 | 0.8 | 0.12 |
| Hex | 20 | 36 | 6 | 29 | 0 | 59 | 4F | 57 | 50 | C |
| Octal | 40 | 66 | 6 | 51 | 0 | 131 | 117 | 127 | 120 | 14 |
| Binary | 100000 | 110110 | 110 | 101001 | 0 | 1011001 | 1001111 | 1010111 | 1010000 | 1100 |
Color Harmonies of #203606
Complementary color
Monochromatic Colors of #203606
Black with #203606
Text Example
Text Example
White with #203606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203606; }
p { color: rgb(32,54,6); }
H1.HeaderClassName
{
color: #203606;
}
.AnyTagClassName
{
color: #203606;
}
</style>
background-color css
<style>
a { background-color: #203606; }
a { background-color: rgb(32,54,6); }
div.DivClassName
{
background-color: #203606;
}
.BgClassName
{
background-color: #203606;
}
</style>
border-color css
<style>
span { border-color: #203606; }
span { border-color: rgb(32,54,6); }
td.TdClassName
{
border-color: #203606;
}
.TagClassName
{
border-color: #203606;
}
</style>