Shades of Tropical Rain Forest #037A5E
Tints of Tropical Rain Forest #037A5E
RGB
CMYK
RGB Variations
Color information
#037A5E (or 0x037A5E) is known color: Tropical Rain Forest. HEX triplet: 03, 7A and 5E. RGB value is (3,122,94). Sum of RGB (Red+Green+Blue) = 3+122+94=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 122 (48.05% from 255 or 55.71% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 122 - color contains mainly: green. Hex color #037A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037A5E is #FC85A1. Grayscale: #535353. Windows color (decimal): -16549282 or 6191619. OLE color: 6191619.
HSL color Cylindrical-coordinate representation of color #037A5E: hue angle of 165.88º 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 #037A5E is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 94 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.52 |
| HSL | 165.88º | 0.95% | 0.25% | - |
| HSV(B) | 165.88º | 0.98% | 0.48% | - |
| XYZ | 9.02 | 14.75 | 12.96 | - |
| YUV | 83.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 94 | 0.98 | 0 | 0.23 | 0.52 | 165.88 | 0.95 | 0.25 |
| Hex | 3 | 7A | 5E | 62 | 0 | 17 | 34 | A6 | 5F | 19 |
| Octal | 3 | 172 | 136 | 142 | 0 | 27 | 64 | 246 | 137 | 31 |
| Binary | 11 | 1111010 | 1011110 | 1100010 | 0 | 10111 | 110100 | 10100110 | 1011111 | 11001 |
Color Harmonies of #037A5E
Complementary color
Monochromatic Colors of #037A5E
Black with #037A5E
Text Example
Text Example
White with #037A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A5E; }
p { color: rgb(3,122,94); }
H1.HeaderClassName
{
color: #037A5E;
}
.AnyTagClassName
{
color: #037A5E;
}
</style>
background-color css
<style>
a { background-color: #037A5E; }
a { background-color: rgb(3,122,94); }
div.DivClassName
{
background-color: #037A5E;
}
.BgClassName
{
background-color: #037A5E;
}
</style>
border-color css
<style>
span { border-color: #037A5E; }
span { border-color: rgb(3,122,94); }
td.TdClassName
{
border-color: #037A5E;
}
.TagClassName
{
border-color: #037A5E;
}
</style>