Shades of Tropical Rain Forest #036C58
Tints of Tropical Rain Forest #036C58
RGB
CMYK
RGB Variations
Color information
#036C58 (or 0x036C58) is known color: Tropical Rain Forest. HEX triplet: 03, 6C and 58. RGB value is (3,108,88). Sum of RGB (Red+Green+Blue) = 3+108+88=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #036C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C58 is #FC93A7. Grayscale: #4A4A4A. Windows color (decimal): -16552872 or 5794819. OLE color: 5794819.
HSL color Cylindrical-coordinate representation of color #036C58: hue angle of 168.57º 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 #036C58 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 88 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.58 |
| HSL | 168.57º | 0.95% | 0.22% | - |
| HSV(B) | 168.57º | 0.97% | 0.42% | - |
| XYZ | 7.16 | 11.45 | 11.06 | - |
| YUV | 74.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 88 | 0.97 | 0 | 0.19 | 0.58 | 168.57 | 0.95 | 0.22 |
| Hex | 3 | 6C | 58 | 61 | 0 | 13 | 3A | A9 | 5F | 16 |
| Octal | 3 | 154 | 130 | 141 | 0 | 23 | 72 | 251 | 137 | 26 |
| Binary | 11 | 1101100 | 1011000 | 1100001 | 0 | 10011 | 111010 | 10101001 | 1011111 | 10110 |
Color Harmonies of #036C58
Complementary color
Monochromatic Colors of #036C58
Black with #036C58
Text Example
Text Example
White with #036C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C58; }
p { color: rgb(3,108,88); }
H1.HeaderClassName
{
color: #036C58;
}
.AnyTagClassName
{
color: #036C58;
}
</style>
background-color css
<style>
a { background-color: #036C58; }
a { background-color: rgb(3,108,88); }
div.DivClassName
{
background-color: #036C58;
}
.BgClassName
{
background-color: #036C58;
}
</style>
border-color css
<style>
span { border-color: #036C58; }
span { border-color: rgb(3,108,88); }
td.TdClassName
{
border-color: #036C58;
}
.TagClassName
{
border-color: #036C58;
}
</style>