Shades of Tropical Rain Forest #036959
Tints of Tropical Rain Forest #036959
RGB
CMYK
RGB Variations
Color information
#036959 (or 0x036959) is known color: Tropical Rain Forest. HEX triplet: 03, 69 and 59. RGB value is (3,105,89). Sum of RGB (Red+Green+Blue) = 3+105+89=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #036959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036959 is #FC96A6. Grayscale: #484848. Windows color (decimal): -16553639 or 5859587. OLE color: 5859587.
HSL color Cylindrical-coordinate representation of color #036959: hue angle of 170.59º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036959 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 105 | 89 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.59 |
| HSL | 170.59º | 0.94% | 0.21% | - |
| HSV(B) | 170.59º | 0.97% | 0.41% | - |
| XYZ | 6.89 | 10.84 | 11.18 | - |
| YUV | 72.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 89 | 0.97 | 0 | 0.15 | 0.59 | 170.59 | 0.94 | 0.21 |
| Hex | 3 | 69 | 59 | 61 | 0 | F | 3B | AB | 5E | 15 |
| Octal | 3 | 151 | 131 | 141 | 0 | 17 | 73 | 253 | 136 | 25 |
| Binary | 11 | 1101001 | 1011001 | 1100001 | 0 | 1111 | 111011 | 10101011 | 1011110 | 10101 |
Color Harmonies of #036959
Complementary color
Monochromatic Colors of #036959
Black with #036959
Text Example
Text Example
White with #036959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036959; }
p { color: rgb(3,105,89); }
H1.HeaderClassName
{
color: #036959;
}
.AnyTagClassName
{
color: #036959;
}
</style>
background-color css
<style>
a { background-color: #036959; }
a { background-color: rgb(3,105,89); }
div.DivClassName
{
background-color: #036959;
}
.BgClassName
{
background-color: #036959;
}
</style>
border-color css
<style>
span { border-color: #036959; }
span { border-color: rgb(3,105,89); }
td.TdClassName
{
border-color: #036959;
}
.TagClassName
{
border-color: #036959;
}
</style>