Shades of Tropical Rain Forest #036F5E
Tints of Tropical Rain Forest #036F5E
RGB
CMYK
RGB Variations
Color information
#036F5E (or 0x036F5E) is known color: Tropical Rain Forest. HEX triplet: 03, 6F and 5E. RGB value is (3,111,94). Sum of RGB (Red+Green+Blue) = 3+111+94=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #036F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F5E is #FC90A1. Grayscale: #4C4C4C. Windows color (decimal): -16552098 or 6188803. OLE color: 6188803.
HSL color Cylindrical-coordinate representation of color #036F5E: hue angle of 170.56º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036F5E is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
RGB | 3 | 111 | 94 | - |
CMYK | 0.97 | 0 | 0.15 | 0.56 |
HSL | 170.56º | 0.95% | 0.22% | - |
HSV(B) | 170.56º | 0.97% | 0.44% | - |
XYZ | 7.74 | 12.2 | 12.54 | - |
YUV | 76.77 | 137.72 | 75.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 111 | 94 | 0.97 | 0 | 0.15 | 0.56 | 170.56 | 0.95 | 0.22 |
Hex | 3 | 6F | 5E | 61 | 0 | F | 38 | AB | 5F | 16 |
Octal | 3 | 157 | 136 | 141 | 0 | 17 | 70 | 253 | 137 | 26 |
Binary | 11 | 1101111 | 1011110 | 1100001 | 0 | 1111 | 111000 | 10101011 | 1011111 | 10110 |
Color Harmonies of #036F5E
Complementary color
Monochromatic Colors of #036F5E
Black with #036F5E
Text Example
Text Example
White with #036F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F5E; }
p { color: rgb(3,111,94); }
H1.HeaderClassName
{
color: #036F5E;
}
.AnyTagClassName
{
color: #036F5E;
}
</style>
background-color css
<style>
a { background-color: #036F5E; }
a { background-color: rgb(3,111,94); }
div.DivClassName
{
background-color: #036F5E;
}
.BgClassName
{
background-color: #036F5E;
}
</style>
border-color css
<style>
span { border-color: #036F5E; }
span { border-color: rgb(3,111,94); }
td.TdClassName
{
border-color: #036F5E;
}
.TagClassName
{
border-color: #036F5E;
}
</style>