Shades of Tropical Rain Forest #036E5A
Tints of Tropical Rain Forest #036E5A
RGB
CMYK
RGB Variations
Color information
#036E5A (or 0x036E5A) is known color: Tropical Rain Forest. HEX triplet: 03, 6E and 5A. RGB value is (3,110,90). Sum of RGB (Red+Green+Blue) = 3+110+90=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #036E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036E5A is #FC91A5. Grayscale: #4B4B4B. Windows color (decimal): -16552358 or 5926403. OLE color: 5926403.
HSL color Cylindrical-coordinate representation of color #036E5A: hue angle of 168.79º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036E5A is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 110 | 90 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.57 |
| HSL | 168.79º | 0.95% | 0.22% | - |
| HSV(B) | 168.79º | 0.97% | 0.43% | - |
| XYZ | 7.46 | 11.91 | 11.58 | - |
| YUV | 75.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 90 | 0.97 | 0 | 0.18 | 0.57 | 168.79 | 0.95 | 0.22 |
| Hex | 3 | 6E | 5A | 61 | 0 | 12 | 39 | A9 | 5F | 16 |
| Octal | 3 | 156 | 132 | 141 | 0 | 22 | 71 | 251 | 137 | 26 |
| Binary | 11 | 1101110 | 1011010 | 1100001 | 0 | 10010 | 111001 | 10101001 | 1011111 | 10110 |
Color Harmonies of #036E5A
Complementary color
Monochromatic Colors of #036E5A
Black with #036E5A
Text Example
Text Example
White with #036E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036E5A; }
p { color: rgb(3,110,90); }
H1.HeaderClassName
{
color: #036E5A;
}
.AnyTagClassName
{
color: #036E5A;
}
</style>
background-color css
<style>
a { background-color: #036E5A; }
a { background-color: rgb(3,110,90); }
div.DivClassName
{
background-color: #036E5A;
}
.BgClassName
{
background-color: #036E5A;
}
</style>
border-color css
<style>
span { border-color: #036E5A; }
span { border-color: rgb(3,110,90); }
td.TdClassName
{
border-color: #036E5A;
}
.TagClassName
{
border-color: #036E5A;
}
</style>