Shades of Tropical Rain Forest #03715B
Tints of Tropical Rain Forest #03715B
RGB
CMYK
RGB Variations
Color information
#03715B (or 0x03715B) is known color: Tropical Rain Forest. HEX triplet: 03, 71 and 5B. RGB value is (3,113,91). Sum of RGB (Red+Green+Blue) = 3+113+91=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #03715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03715B is #FC8EA4. Grayscale: #4D4D4D. Windows color (decimal): -16551589 or 5992707. OLE color: 5992707.
HSL color Cylindrical-coordinate representation of color #03715B: hue angle of 168º 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 #03715B is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 113 | 91 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.56 |
| HSL | 168º | 0.95% | 0.23% | - |
| HSV(B) | 168º | 0.97% | 0.44% | - |
| XYZ | 7.83 | 12.58 | 11.91 | - |
| YUV | 77.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 91 | 0.97 | 0 | 0.19 | 0.56 | 168 | 0.95 | 0.23 |
| Hex | 3 | 71 | 5B | 61 | 0 | 13 | 38 | A8 | 5F | 17 |
| Octal | 3 | 161 | 133 | 141 | 0 | 23 | 70 | 250 | 137 | 27 |
| Binary | 11 | 1110001 | 1011011 | 1100001 | 0 | 10011 | 111000 | 10101000 | 1011111 | 10111 |
Color Harmonies of #03715B
Complementary color
Monochromatic Colors of #03715B
Black with #03715B
Text Example
Text Example
White with #03715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03715B; }
p { color: rgb(3,113,91); }
H1.HeaderClassName
{
color: #03715B;
}
.AnyTagClassName
{
color: #03715B;
}
</style>
background-color css
<style>
a { background-color: #03715B; }
a { background-color: rgb(3,113,91); }
div.DivClassName
{
background-color: #03715B;
}
.BgClassName
{
background-color: #03715B;
}
</style>
border-color css
<style>
span { border-color: #03715B; }
span { border-color: rgb(3,113,91); }
td.TdClassName
{
border-color: #03715B;
}
.TagClassName
{
border-color: #03715B;
}
</style>