Shades of Tropical Rain Forest #057C56
Tints of Tropical Rain Forest #057C56
RGB
CMYK
RGB Variations
Color information
#057C56 (or 0x057C56) is known color: Tropical Rain Forest. HEX triplet: 05, 7C and 56. RGB value is (5,124,86). Sum of RGB (Red+Green+Blue) = 5+124+86=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #057C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C56 is #FA83A9. Grayscale: #545454. Windows color (decimal): -16417706 or 5667845. OLE color: 5667845.
HSL color Cylindrical-coordinate representation of color #057C56: hue angle of 160.84º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C56 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 86 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.51 |
| HSL | 160.84º | 0.92% | 0.25% | - |
| HSV(B) | 160.84º | 0.96% | 0.49% | - |
| XYZ | 8.95 | 15.12 | 11.25 | - |
| YUV | 84.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 86 | 0.96 | 0 | 0.31 | 0.51 | 160.84 | 0.92 | 0.25 |
| Hex | 5 | 7C | 56 | 60 | 0 | 1F | 33 | A1 | 5C | 19 |
| Octal | 5 | 174 | 126 | 140 | 0 | 37 | 63 | 241 | 134 | 31 |
| Binary | 101 | 1111100 | 1010110 | 1100000 | 0 | 11111 | 110011 | 10100001 | 1011100 | 11001 |
Color Harmonies of #057C56
Complementary color
Monochromatic Colors of #057C56
Black with #057C56
Text Example
Text Example
White with #057C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C56; }
p { color: rgb(5,124,86); }
H1.HeaderClassName
{
color: #057C56;
}
.AnyTagClassName
{
color: #057C56;
}
</style>
background-color css
<style>
a { background-color: #057C56; }
a { background-color: rgb(5,124,86); }
div.DivClassName
{
background-color: #057C56;
}
.BgClassName
{
background-color: #057C56;
}
</style>
border-color css
<style>
span { border-color: #057C56; }
span { border-color: rgb(5,124,86); }
td.TdClassName
{
border-color: #057C56;
}
.TagClassName
{
border-color: #057C56;
}
</style>