Shades of Tropical Rain Forest #056C5E
Tints of Tropical Rain Forest #056C5E
RGB
CMYK
RGB Variations
Color information
#056C5E (or 0x056C5E) is known color: Tropical Rain Forest. HEX triplet: 05, 6C and 5E. RGB value is (5,108,94). Sum of RGB (Red+Green+Blue) = 5+108+94=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #056C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056C5E is #FA93A1. Grayscale: #4B4B4B. Windows color (decimal): -16421794 or 6188037. OLE color: 6188037.
HSL color Cylindrical-coordinate representation of color #056C5E: hue angle of 171.84º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056C5E is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 108 | 94 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.58 |
| HSL | 171.84º | 0.91% | 0.22% | - |
| HSV(B) | 171.84º | 0.95% | 0.42% | - |
| XYZ | 7.45 | 11.57 | 12.43 | - |
| YUV | 75.61 | 138.38 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 94 | 0.95 | 0 | 0.13 | 0.58 | 171.84 | 0.91 | 0.22 |
| Hex | 5 | 6C | 5E | 5F | 0 | D | 3A | AC | 5B | 16 |
| Octal | 5 | 154 | 136 | 137 | 0 | 15 | 72 | 254 | 133 | 26 |
| Binary | 101 | 1101100 | 1011110 | 1011111 | 0 | 1101 | 111010 | 10101100 | 1011011 | 10110 |
Color Harmonies of #056C5E
Complementary color
Monochromatic Colors of #056C5E
Black with #056C5E
Text Example
Text Example
White with #056C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056C5E; }
p { color: rgb(5,108,94); }
H1.HeaderClassName
{
color: #056C5E;
}
.AnyTagClassName
{
color: #056C5E;
}
</style>
background-color css
<style>
a { background-color: #056C5E; }
a { background-color: rgb(5,108,94); }
div.DivClassName
{
background-color: #056C5E;
}
.BgClassName
{
background-color: #056C5E;
}
</style>
border-color css
<style>
span { border-color: #056C5E; }
span { border-color: rgb(5,108,94); }
td.TdClassName
{
border-color: #056C5E;
}
.TagClassName
{
border-color: #056C5E;
}
</style>