Shades of Eden #216D56
Tints of Eden #216D56
RGB
CMYK
RGB Variations
Color information
#216D56 (or 0x216D56) is known color: Eden. HEX triplet: 21, 6D and 56. RGB value is (33,109,86). Sum of RGB (Red+Green+Blue) = 33+109+86=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #216D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216D56 is #DE92A9. Grayscale: #535353. Windows color (decimal): -14586538 or 5664033. OLE color: 5664033.
HSL color Cylindrical-coordinate representation of color #216D56: hue angle of 161.84º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216D56 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 109 | 86 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.57 |
| HSL | 161.84º | 0.54% | 0.28% | - |
| HSV(B) | 161.84º | 0.7% | 0.43% | - |
| XYZ | 7.78 | 11.93 | 10.7 | - |
| YUV | 83.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 86 | 0.70 | 0 | 0.21 | 0.57 | 161.84 | 0.54 | 0.28 |
| Hex | 21 | 6D | 56 | 46 | 0 | 15 | 39 | A2 | 36 | 1C |
| Octal | 41 | 155 | 126 | 106 | 0 | 25 | 71 | 242 | 66 | 34 |
| Binary | 100001 | 1101101 | 1010110 | 1000110 | 0 | 10101 | 111001 | 10100010 | 110110 | 11100 |
Color Harmonies of #216D56
Complementary color
Monochromatic Colors of #216D56
Black with #216D56
Text Example
Text Example
White with #216D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D56; }
p { color: rgb(33,109,86); }
H1.HeaderClassName
{
color: #216D56;
}
.AnyTagClassName
{
color: #216D56;
}
</style>
background-color css
<style>
a { background-color: #216D56; }
a { background-color: rgb(33,109,86); }
div.DivClassName
{
background-color: #216D56;
}
.BgClassName
{
background-color: #216D56;
}
</style>
border-color css
<style>
span { border-color: #216D56; }
span { border-color: rgb(33,109,86); }
td.TdClassName
{
border-color: #216D56;
}
.TagClassName
{
border-color: #216D56;
}
</style>