Shades of Tropical Rain Forest #05885C
Tints of Tropical Rain Forest #05885C
RGB
CMYK
RGB Variations
Color information
#05885C (or 0x05885C) is known color: Tropical Rain Forest. HEX triplet: 05, 88 and 5C. RGB value is (5,136,92). Sum of RGB (Red+Green+Blue) = 5+136+92=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #05885C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05885C is #FA77A3. Grayscale: #5B5B5B. Windows color (decimal): -16414628 or 6064133. OLE color: 6064133.
HSL color Cylindrical-coordinate representation of color #05885C: hue angle of 159.85º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05885C is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 92 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.47 |
| HSL | 159.85º | 0.93% | 0.28% | - |
| HSV(B) | 159.85º | 0.96% | 0.53% | - |
| XYZ | 10.8 | 18.41 | 13.11 | - |
| YUV | 91.82 | 128.1 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 92 | 0.96 | 0 | 0.32 | 0.47 | 159.85 | 0.93 | 0.28 |
| Hex | 5 | 88 | 5C | 60 | 0 | 20 | 2F | A0 | 5D | 1C |
| Octal | 5 | 210 | 134 | 140 | 0 | 40 | 57 | 240 | 135 | 34 |
| Binary | 101 | 10001000 | 1011100 | 1100000 | 0 | 100000 | 101111 | 10100000 | 1011101 | 11100 |
Color Harmonies of #05885C
Complementary color
Monochromatic Colors of #05885C
Black with #05885C
Text Example
Text Example
White with #05885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05885C; }
p { color: rgb(5,136,92); }
H1.HeaderClassName
{
color: #05885C;
}
.AnyTagClassName
{
color: #05885C;
}
</style>
background-color css
<style>
a { background-color: #05885C; }
a { background-color: rgb(5,136,92); }
div.DivClassName
{
background-color: #05885C;
}
.BgClassName
{
background-color: #05885C;
}
</style>
border-color css
<style>
span { border-color: #05885C; }
span { border-color: rgb(5,136,92); }
td.TdClassName
{
border-color: #05885C;
}
.TagClassName
{
border-color: #05885C;
}
</style>