Shades of Tropical Rain Forest #036C60
Tints of Tropical Rain Forest #036C60
RGB
CMYK
RGB Variations
Color information
#036C60 (or 0x036C60) is known color: Tropical Rain Forest. HEX triplet: 03, 6C and 60. RGB value is (3,108,96). Sum of RGB (Red+Green+Blue) = 3+108+96=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #036C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C60 is #FC939F. Grayscale: #4B4B4B. Windows color (decimal): -16552864 or 6319107. OLE color: 6319107.
HSL color Cylindrical-coordinate representation of color #036C60: hue angle of 173.14º 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 #036C60 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 96 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.58 |
| HSL | 173.14º | 0.95% | 0.22% | - |
| HSV(B) | 173.14º | 0.97% | 0.42% | - |
| XYZ | 7.51 | 11.59 | 12.91 | - |
| YUV | 75.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 96 | 0.97 | 0 | 0.11 | 0.58 | 173.14 | 0.95 | 0.22 |
| Hex | 3 | 6C | 60 | 61 | 0 | B | 3A | AD | 5F | 16 |
| Octal | 3 | 154 | 140 | 141 | 0 | 13 | 72 | 255 | 137 | 26 |
| Binary | 11 | 1101100 | 1100000 | 1100001 | 0 | 1011 | 111010 | 10101101 | 1011111 | 10110 |
Color Harmonies of #036C60
Complementary color
Monochromatic Colors of #036C60
Black with #036C60
Text Example
Text Example
White with #036C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C60; }
p { color: rgb(3,108,96); }
H1.HeaderClassName
{
color: #036C60;
}
.AnyTagClassName
{
color: #036C60;
}
</style>
background-color css
<style>
a { background-color: #036C60; }
a { background-color: rgb(3,108,96); }
div.DivClassName
{
background-color: #036C60;
}
.BgClassName
{
background-color: #036C60;
}
</style>
border-color css
<style>
span { border-color: #036C60; }
span { border-color: rgb(3,108,96); }
td.TdClassName
{
border-color: #036C60;
}
.TagClassName
{
border-color: #036C60;
}
</style>