Shades of Tropical Rain Forest #04885C
Tints of Tropical Rain Forest #04885C
RGB
CMYK
RGB Variations
Color information
#04885C (or 0x04885C) is known color: Tropical Rain Forest. HEX triplet: 04, 88 and 5C. RGB value is (4,136,92). Sum of RGB (Red+Green+Blue) = 4+136+92=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #04885C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04885C is #FB77A3. Grayscale: #5B5B5B. Windows color (decimal): -16480164 or 6064132. OLE color: 6064132.
HSL color Cylindrical-coordinate representation of color #04885C: hue angle of 160º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04885C is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 136 | 92 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.47 |
| HSL | 160º | 0.94% | 0.27% | - |
| HSV(B) | 160º | 0.97% | 0.53% | - |
| XYZ | 10.79 | 18.41 | 13.11 | - |
| YUV | 91.52 | 128.27 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 92 | 0.97 | 0 | 0.32 | 0.47 | 160 | 0.94 | 0.27 |
| Hex | 4 | 88 | 5C | 61 | 0 | 20 | 2F | A0 | 5E | 1B |
| Octal | 4 | 210 | 134 | 141 | 0 | 40 | 57 | 240 | 136 | 33 |
| Binary | 100 | 10001000 | 1011100 | 1100001 | 0 | 100000 | 101111 | 10100000 | 1011110 | 11011 |
Color Harmonies of #04885C
Complementary color
Monochromatic Colors of #04885C
Black with #04885C
Text Example
Text Example
White with #04885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04885C; }
p { color: rgb(4,136,92); }
H1.HeaderClassName
{
color: #04885C;
}
.AnyTagClassName
{
color: #04885C;
}
</style>
background-color css
<style>
a { background-color: #04885C; }
a { background-color: rgb(4,136,92); }
div.DivClassName
{
background-color: #04885C;
}
.BgClassName
{
background-color: #04885C;
}
</style>
border-color css
<style>
span { border-color: #04885C; }
span { border-color: rgb(4,136,92); }
td.TdClassName
{
border-color: #04885C;
}
.TagClassName
{
border-color: #04885C;
}
</style>