Html Css Color HEX #037065 Tropical Rain Forest
📋 copy color: '#037065'red 3 ◦ green 112 ◦ blue 101
Shades of Tropical Rain Forest #037065
Tints of Tropical Rain Forest #037065
RGB
CMYK
RGB Variations
Color information
#037065 (or 0x037065) is known color: Tropical Rain Forest. HEX triplet: 03, 70 and 65. RGB value is (3,112,101). Sum of RGB (Red+Green+Blue) = 3+112+101=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #037065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037065 is #FC8F9A. Grayscale: #4E4E4E. Windows color (decimal): -16551835 or 6647811. OLE color: 6647811.
HSL color Cylindrical-coordinate representation of color #037065: hue angle of 173.94º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037065 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 112 | 101 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.56 |
| HSL | 173.95º | 0.95% | 0.23% | - |
| HSV(B) | 173.95º | 0.97% | 0.44% | - |
| XYZ | 8.18 | 12.55 | 14.3 | - |
| YUV | 78.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 101 | 0.97 | 0 | 0.10 | 0.56 | 173.95 | 0.95 | 0.23 |
| Hex | 3 | 70 | 65 | 61 | 0 | A | 38 | AE | 5F | 17 |
| Octal | 3 | 160 | 145 | 141 | 0 | 12 | 70 | 256 | 137 | 27 |
| Binary | 11 | 1110000 | 1100101 | 1100001 | 0 | 1010 | 111000 | 10101110 | 1011111 | 10111 |
Color Harmonies of #037065
Complementary color
Monochromatic Colors of #037065
Black with #037065
Text Example
Text Example
White with #037065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037065; }
p { color: rgb(3,112,101); }
H1.HeaderClassName
{
color: #037065;
}
.AnyTagClassName
{
color: #037065;
}
</style>
background-color css
<style>
a { background-color: #037065; }
a { background-color: rgb(3,112,101); }
div.DivClassName
{
background-color: #037065;
}
.BgClassName
{
background-color: #037065;
}
</style>
border-color css
<style>
span { border-color: #037065; }
span { border-color: rgb(3,112,101); }
td.TdClassName
{
border-color: #037065;
}
.TagClassName
{
border-color: #037065;
}
</style>