Shades of Tropical Rain Forest #037A60
Tints of Tropical Rain Forest #037A60
RGB
CMYK
RGB Variations
Color information
#037A60 (or 0x037A60) is known color: Tropical Rain Forest. HEX triplet: 03, 7A and 60. RGB value is (3,122,96). Sum of RGB (Red+Green+Blue) = 3+122+96=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #037A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037A60 is #FC859F. Grayscale: #535353. Windows color (decimal): -16549280 or 6322691. OLE color: 6322691.
HSL color Cylindrical-coordinate representation of color #037A60: hue angle of 166.89º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A60 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 96 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.52 |
| HSL | 166.89º | 0.95% | 0.25% | - |
| HSV(B) | 166.89º | 0.98% | 0.48% | - |
| XYZ | 9.11 | 14.78 | 13.44 | - |
| YUV | 83.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 96 | 0.98 | 0 | 0.21 | 0.52 | 166.89 | 0.95 | 0.25 |
| Hex | 3 | 7A | 60 | 62 | 0 | 15 | 34 | A7 | 5F | 19 |
| Octal | 3 | 172 | 140 | 142 | 0 | 25 | 64 | 247 | 137 | 31 |
| Binary | 11 | 1111010 | 1100000 | 1100010 | 0 | 10101 | 110100 | 10100111 | 1011111 | 11001 |
Color Harmonies of #037A60
Complementary color
Monochromatic Colors of #037A60
Black with #037A60
Text Example
Text Example
White with #037A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A60; }
p { color: rgb(3,122,96); }
H1.HeaderClassName
{
color: #037A60;
}
.AnyTagClassName
{
color: #037A60;
}
</style>
background-color css
<style>
a { background-color: #037A60; }
a { background-color: rgb(3,122,96); }
div.DivClassName
{
background-color: #037A60;
}
.BgClassName
{
background-color: #037A60;
}
</style>
border-color css
<style>
span { border-color: #037A60; }
span { border-color: rgb(3,122,96); }
td.TdClassName
{
border-color: #037A60;
}
.TagClassName
{
border-color: #037A60;
}
</style>