Shades of Tropical Rain Forest #04705A
Tints of Tropical Rain Forest #04705A
RGB
CMYK
RGB Variations
Color information
#04705A (or 0x04705A) is known color: Tropical Rain Forest. HEX triplet: 04, 70 and 5A. RGB value is (4,112,90). Sum of RGB (Red+Green+Blue) = 4+112+90=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #04705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04705A is #FB8FA5. Grayscale: #4D4D4D. Windows color (decimal): -16486310 or 5926916. OLE color: 5926916.
HSL color Cylindrical-coordinate representation of color #04705A: hue angle of 167.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04705A is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 90 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.56 |
| HSL | 167.78º | 0.93% | 0.23% | - |
| HSV(B) | 167.78º | 0.96% | 0.44% | - |
| XYZ | 7.69 | 12.35 | 11.65 | - |
| YUV | 77.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 90 | 0.96 | 0 | 0.20 | 0.56 | 167.78 | 0.93 | 0.23 |
| Hex | 4 | 70 | 5A | 60 | 0 | 14 | 38 | A8 | 5D | 17 |
| Octal | 4 | 160 | 132 | 140 | 0 | 24 | 70 | 250 | 135 | 27 |
| Binary | 100 | 1110000 | 1011010 | 1100000 | 0 | 10100 | 111000 | 10101000 | 1011101 | 10111 |
Color Harmonies of #04705A
Complementary color
Monochromatic Colors of #04705A
Black with #04705A
Text Example
Text Example
White with #04705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04705A; }
p { color: rgb(4,112,90); }
H1.HeaderClassName
{
color: #04705A;
}
.AnyTagClassName
{
color: #04705A;
}
</style>
background-color css
<style>
a { background-color: #04705A; }
a { background-color: rgb(4,112,90); }
div.DivClassName
{
background-color: #04705A;
}
.BgClassName
{
background-color: #04705A;
}
</style>
border-color css
<style>
span { border-color: #04705A; }
span { border-color: rgb(4,112,90); }
td.TdClassName
{
border-color: #04705A;
}
.TagClassName
{
border-color: #04705A;
}
</style>