Shades of Tropical Rain Forest #04755A
Tints of Tropical Rain Forest #04755A
RGB
CMYK
RGB Variations
Color information
#04755A (or 0x04755A) is known color: Tropical Rain Forest. HEX triplet: 04, 75 and 5A. RGB value is (4,117,90). Sum of RGB (Red+Green+Blue) = 4+117+90=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #04755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04755A is #FB8AA5. Grayscale: #505050. Windows color (decimal): -16485030 or 5928196. OLE color: 5928196.
HSL color Cylindrical-coordinate representation of color #04755A: hue angle of 165.66º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04755A is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 117 | 90 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.54 |
| HSL | 165.66º | 0.93% | 0.24% | - |
| HSV(B) | 165.66º | 0.97% | 0.46% | - |
| XYZ | 8.26 | 13.49 | 11.84 | - |
| YUV | 80.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 90 | 0.97 | 0 | 0.23 | 0.54 | 165.66 | 0.93 | 0.24 |
| Hex | 4 | 75 | 5A | 61 | 0 | 17 | 36 | A6 | 5D | 18 |
| Octal | 4 | 165 | 132 | 141 | 0 | 27 | 66 | 246 | 135 | 30 |
| Binary | 100 | 1110101 | 1011010 | 1100001 | 0 | 10111 | 110110 | 10100110 | 1011101 | 11000 |
Color Harmonies of #04755A
Complementary color
Monochromatic Colors of #04755A
Black with #04755A
Text Example
Text Example
White with #04755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04755A; }
p { color: rgb(4,117,90); }
H1.HeaderClassName
{
color: #04755A;
}
.AnyTagClassName
{
color: #04755A;
}
</style>
background-color css
<style>
a { background-color: #04755A; }
a { background-color: rgb(4,117,90); }
div.DivClassName
{
background-color: #04755A;
}
.BgClassName
{
background-color: #04755A;
}
</style>
border-color css
<style>
span { border-color: #04755A; }
span { border-color: rgb(4,117,90); }
td.TdClassName
{
border-color: #04755A;
}
.TagClassName
{
border-color: #04755A;
}
</style>