Shades of Tropical Rain Forest #037F63
Tints of Tropical Rain Forest #037F63
RGB
CMYK
RGB Variations
Color information
#037F63 (or 0x037F63) is known color: Tropical Rain Forest. HEX triplet: 03, 7F and 63. RGB value is (3,127,99). Sum of RGB (Red+Green+Blue) = 3+127+99=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 127 (50% from 255 or 55.46% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 127 - color contains mainly: green. Hex color #037F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037F63 is #FC809C. Grayscale: #565656. Windows color (decimal): -16547997 or 6520579. OLE color: 6520579.
HSL color Cylindrical-coordinate representation of color #037F63: hue angle of 166.45º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F63 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 127 | 99 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.50 |
| HSL | 166.45º | 0.95% | 0.25% | - |
| HSV(B) | 166.45º | 0.98% | 0.5% | - |
| XYZ | 9.88 | 16.1 | 14.39 | - |
| YUV | 86.73 | 134.92 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 99 | 0.98 | 0 | 0.22 | 0.50 | 166.45 | 0.95 | 0.25 |
| Hex | 3 | 7F | 63 | 62 | 0 | 16 | 32 | A6 | 5F | 19 |
| Octal | 3 | 177 | 143 | 142 | 0 | 26 | 62 | 246 | 137 | 31 |
| Binary | 11 | 1111111 | 1100011 | 1100010 | 0 | 10110 | 110010 | 10100110 | 1011111 | 11001 |
Color Harmonies of #037F63
Complementary color
Monochromatic Colors of #037F63
Black with #037F63
Text Example
Text Example
White with #037F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037F63; }
p { color: rgb(3,127,99); }
H1.HeaderClassName
{
color: #037F63;
}
.AnyTagClassName
{
color: #037F63;
}
</style>
background-color css
<style>
a { background-color: #037F63; }
a { background-color: rgb(3,127,99); }
div.DivClassName
{
background-color: #037F63;
}
.BgClassName
{
background-color: #037F63;
}
</style>
border-color css
<style>
span { border-color: #037F63; }
span { border-color: rgb(3,127,99); }
td.TdClassName
{
border-color: #037F63;
}
.TagClassName
{
border-color: #037F63;
}
</style>