Shades of Tropical Rain Forest #03725A
Tints of Tropical Rain Forest #03725A
RGB
CMYK
RGB Variations
Color information
#03725A (or 0x03725A) is known color: Tropical Rain Forest. HEX triplet: 03, 72 and 5A. RGB value is (3,114,90). Sum of RGB (Red+Green+Blue) = 3+114+90=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #03725A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03725A is #FC8DA5. Grayscale: #4E4E4E. Windows color (decimal): -16551334 or 5927427. OLE color: 5927427.
HSL color Cylindrical-coordinate representation of color #03725A: hue angle of 167.03º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03725A is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 114 | 90 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.55 |
| HSL | 167.03º | 0.95% | 0.23% | - |
| HSV(B) | 167.03º | 0.97% | 0.45% | - |
| XYZ | 7.9 | 12.79 | 11.73 | - |
| YUV | 78.08 | 134.73 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 90 | 0.97 | 0 | 0.21 | 0.55 | 167.03 | 0.95 | 0.23 |
| Hex | 3 | 72 | 5A | 61 | 0 | 15 | 37 | A7 | 5F | 17 |
| Octal | 3 | 162 | 132 | 141 | 0 | 25 | 67 | 247 | 137 | 27 |
| Binary | 11 | 1110010 | 1011010 | 1100001 | 0 | 10101 | 110111 | 10100111 | 1011111 | 10111 |
Color Harmonies of #03725A
Complementary color
Monochromatic Colors of #03725A
Black with #03725A
Text Example
Text Example
White with #03725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03725A; }
p { color: rgb(3,114,90); }
H1.HeaderClassName
{
color: #03725A;
}
.AnyTagClassName
{
color: #03725A;
}
</style>
background-color css
<style>
a { background-color: #03725A; }
a { background-color: rgb(3,114,90); }
div.DivClassName
{
background-color: #03725A;
}
.BgClassName
{
background-color: #03725A;
}
</style>
border-color css
<style>
span { border-color: #03725A; }
span { border-color: rgb(3,114,90); }
td.TdClassName
{
border-color: #03725A;
}
.TagClassName
{
border-color: #03725A;
}
</style>