Shades of Tropical Rain Forest #036F5F
Tints of Tropical Rain Forest #036F5F
RGB
CMYK
RGB Variations
Color information
#036F5F (or 0x036F5F) is known color: Tropical Rain Forest. HEX triplet: 03, 6F and 5F. RGB value is (3,111,95). Sum of RGB (Red+Green+Blue) = 3+111+95=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #036F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F5F is #FC90A0. Grayscale: #4C4C4C. Windows color (decimal): -16552097 or 6254339. OLE color: 6254339.
HSL color Cylindrical-coordinate representation of color #036F5F: hue angle of 171.11º 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 #036F5F is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 111 | 95 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.56 |
| HSL | 171.11º | 0.95% | 0.22% | - |
| HSV(B) | 171.11º | 0.97% | 0.44% | - |
| XYZ | 7.79 | 12.21 | 12.77 | - |
| YUV | 76.88 | 138.22 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 95 | 0.97 | 0 | 0.14 | 0.56 | 171.11 | 0.95 | 0.22 |
| Hex | 3 | 6F | 5F | 61 | 0 | E | 38 | AB | 5F | 16 |
| Octal | 3 | 157 | 137 | 141 | 0 | 16 | 70 | 253 | 137 | 26 |
| Binary | 11 | 1101111 | 1011111 | 1100001 | 0 | 1110 | 111000 | 10101011 | 1011111 | 10110 |
Color Harmonies of #036F5F
Complementary color
Monochromatic Colors of #036F5F
Black with #036F5F
Text Example
Text Example
White with #036F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F5F; }
p { color: rgb(3,111,95); }
H1.HeaderClassName
{
color: #036F5F;
}
.AnyTagClassName
{
color: #036F5F;
}
</style>
background-color css
<style>
a { background-color: #036F5F; }
a { background-color: rgb(3,111,95); }
div.DivClassName
{
background-color: #036F5F;
}
.BgClassName
{
background-color: #036F5F;
}
</style>
border-color css
<style>
span { border-color: #036F5F; }
span { border-color: rgb(3,111,95); }
td.TdClassName
{
border-color: #036F5F;
}
.TagClassName
{
border-color: #036F5F;
}
</style>