Shades of Tropical Rain Forest #036B59
Tints of Tropical Rain Forest #036B59
RGB
CMYK
RGB Variations
Color information
#036B59 (or 0x036B59) is known color: Tropical Rain Forest. HEX triplet: 03, 6B and 59. RGB value is (3,107,89). Sum of RGB (Red+Green+Blue) = 3+107+89=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #036B59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B59 is #FC94A6. Grayscale: #494949. Windows color (decimal): -16553127 or 5860099. OLE color: 5860099.
HSL color Cylindrical-coordinate representation of color #036B59: hue angle of 169.62º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036B59 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 107 | 89 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.58 |
| HSL | 169.62º | 0.95% | 0.22% | - |
| HSV(B) | 169.62º | 0.97% | 0.42% | - |
| XYZ | 7.1 | 11.26 | 11.25 | - |
| YUV | 73.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 89 | 0.97 | 0 | 0.17 | 0.58 | 169.62 | 0.95 | 0.22 |
| Hex | 3 | 6B | 59 | 61 | 0 | 11 | 3A | AA | 5F | 16 |
| Octal | 3 | 153 | 131 | 141 | 0 | 21 | 72 | 252 | 137 | 26 |
| Binary | 11 | 1101011 | 1011001 | 1100001 | 0 | 10001 | 111010 | 10101010 | 1011111 | 10110 |
Color Harmonies of #036B59
Complementary color
Monochromatic Colors of #036B59
Black with #036B59
Text Example
Text Example
White with #036B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B59; }
p { color: rgb(3,107,89); }
H1.HeaderClassName
{
color: #036B59;
}
.AnyTagClassName
{
color: #036B59;
}
</style>
background-color css
<style>
a { background-color: #036B59; }
a { background-color: rgb(3,107,89); }
div.DivClassName
{
background-color: #036B59;
}
.BgClassName
{
background-color: #036B59;
}
</style>
border-color css
<style>
span { border-color: #036B59; }
span { border-color: rgb(3,107,89); }
td.TdClassName
{
border-color: #036B59;
}
.TagClassName
{
border-color: #036B59;
}
</style>