Shades of Tropical Rain Forest #056D5D
Tints of Tropical Rain Forest #056D5D
RGB
CMYK
RGB Variations
Color information
#056D5D (or 0x056D5D) is known color: Tropical Rain Forest. HEX triplet: 05, 6D and 5D. RGB value is (5,109,93). Sum of RGB (Red+Green+Blue) = 5+109+93=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #056D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056D5D is #FA92A2. Grayscale: #4C4C4C. Windows color (decimal): -16421539 or 6122757. OLE color: 6122757.
HSL color Cylindrical-coordinate representation of color #056D5D: hue angle of 170.77º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056D5D is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 109 | 93 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.57 |
| HSL | 170.77º | 0.91% | 0.22% | - |
| HSV(B) | 170.77º | 0.95% | 0.43% | - |
| XYZ | 7.51 | 11.76 | 12.23 | - |
| YUV | 76.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 93 | 0.95 | 0 | 0.15 | 0.57 | 170.77 | 0.91 | 0.22 |
| Hex | 5 | 6D | 5D | 5F | 0 | F | 39 | AB | 5B | 16 |
| Octal | 5 | 155 | 135 | 137 | 0 | 17 | 71 | 253 | 133 | 26 |
| Binary | 101 | 1101101 | 1011101 | 1011111 | 0 | 1111 | 111001 | 10101011 | 1011011 | 10110 |
Color Harmonies of #056D5D
Complementary color
Monochromatic Colors of #056D5D
Black with #056D5D
Text Example
Text Example
White with #056D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D5D; }
p { color: rgb(5,109,93); }
H1.HeaderClassName
{
color: #056D5D;
}
.AnyTagClassName
{
color: #056D5D;
}
</style>
background-color css
<style>
a { background-color: #056D5D; }
a { background-color: rgb(5,109,93); }
div.DivClassName
{
background-color: #056D5D;
}
.BgClassName
{
background-color: #056D5D;
}
</style>
border-color css
<style>
span { border-color: #056D5D; }
span { border-color: rgb(5,109,93); }
td.TdClassName
{
border-color: #056D5D;
}
.TagClassName
{
border-color: #056D5D;
}
</style>