Shades of Eden #21594F
Tints of Eden #21594F
RGB
CMYK
RGB Variations
Color information
#21594F (or 0x21594F) is known color: Eden. HEX triplet: 21, 59 and 4F. RGB value is (33,89,79). Sum of RGB (Red+Green+Blue) = 33+89+79=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #21594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21594F is #DEA6B0. Grayscale: #474747. Windows color (decimal): -14591665 or 5200161. OLE color: 5200161.
HSL color Cylindrical-coordinate representation of color #21594F: hue angle of 169.29º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21594F is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 89 | 79 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.65 |
| HSL | 169.29º | 0.46% | 0.24% | - |
| HSV(B) | 169.29º | 0.63% | 0.35% | - |
| XYZ | 5.61 | 8.03 | 8.65 | - |
| YUV | 71.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 79 | 0.63 | 0 | 0.11 | 0.65 | 169.29 | 0.46 | 0.24 |
| Hex | 21 | 59 | 4F | 3F | 0 | B | 41 | A9 | 2E | 18 |
| Octal | 41 | 131 | 117 | 77 | 0 | 13 | 101 | 251 | 56 | 30 |
| Binary | 100001 | 1011001 | 1001111 | 111111 | 0 | 1011 | 1000001 | 10101001 | 101110 | 11000 |
Color Harmonies of #21594F
Complementary color
Monochromatic Colors of #21594F
Black with #21594F
Text Example
Text Example
White with #21594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21594F; }
p { color: rgb(33,89,79); }
H1.HeaderClassName
{
color: #21594F;
}
.AnyTagClassName
{
color: #21594F;
}
</style>
background-color css
<style>
a { background-color: #21594F; }
a { background-color: rgb(33,89,79); }
div.DivClassName
{
background-color: #21594F;
}
.BgClassName
{
background-color: #21594F;
}
</style>
border-color css
<style>
span { border-color: #21594F; }
span { border-color: rgb(33,89,79); }
td.TdClassName
{
border-color: #21594F;
}
.TagClassName
{
border-color: #21594F;
}
</style>