Shades of Tropical Rain Forest #03725D
Tints of Tropical Rain Forest #03725D
RGB
CMYK
RGB Variations
Color information
#03725D (or 0x03725D) is known color: Tropical Rain Forest. HEX triplet: 03, 72 and 5D. RGB value is (3,114,93). Sum of RGB (Red+Green+Blue) = 3+114+93=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #03725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03725D is #FC8DA2. Grayscale: #4E4E4E. Windows color (decimal): -16551331 or 6124035. OLE color: 6124035.
HSL color Cylindrical-coordinate representation of color #03725D: hue angle of 168.65º 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 #03725D is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 114 | 93 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.55 |
| HSL | 168.65º | 0.95% | 0.23% | - |
| HSV(B) | 168.65º | 0.97% | 0.45% | - |
| XYZ | 8.03 | 12.84 | 12.41 | - |
| YUV | 78.42 | 136.23 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 93 | 0.97 | 0 | 0.18 | 0.55 | 168.65 | 0.95 | 0.23 |
| Hex | 3 | 72 | 5D | 61 | 0 | 12 | 37 | A9 | 5F | 17 |
| Octal | 3 | 162 | 135 | 141 | 0 | 22 | 67 | 251 | 137 | 27 |
| Binary | 11 | 1110010 | 1011101 | 1100001 | 0 | 10010 | 110111 | 10101001 | 1011111 | 10111 |
Color Harmonies of #03725D
Complementary color
Monochromatic Colors of #03725D
Black with #03725D
Text Example
Text Example
White with #03725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03725D; }
p { color: rgb(3,114,93); }
H1.HeaderClassName
{
color: #03725D;
}
.AnyTagClassName
{
color: #03725D;
}
</style>
background-color css
<style>
a { background-color: #03725D; }
a { background-color: rgb(3,114,93); }
div.DivClassName
{
background-color: #03725D;
}
.BgClassName
{
background-color: #03725D;
}
</style>
border-color css
<style>
span { border-color: #03725D; }
span { border-color: rgb(3,114,93); }
td.TdClassName
{
border-color: #03725D;
}
.TagClassName
{
border-color: #03725D;
}
</style>