Shades of Eden #21655A
Tints of Eden #21655A
RGB
CMYK
RGB Variations
Color information
#21655A (or 0x21655A) is known color: Eden. HEX triplet: 21, 65 and 5A. RGB value is (33,101,90). Sum of RGB (Red+Green+Blue) = 33+101+90=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #21655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21655A is #DE9AA5. Grayscale: #4F4F4F. Windows color (decimal): -14588582 or 5924129. OLE color: 5924129.
HSL color Cylindrical-coordinate representation of color #21655A: hue angle of 170.29º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21655A is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 90 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.60 |
| HSL | 170.29º | 0.51% | 0.26% | - |
| HSV(B) | 170.29º | 0.67% | 0.4% | - |
| XYZ | 7.13 | 10.37 | 11.3 | - |
| YUV | 79.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 90 | 0.67 | 0 | 0.11 | 0.60 | 170.29 | 0.51 | 0.26 |
| Hex | 21 | 65 | 5A | 43 | 0 | B | 3C | AA | 33 | 1A |
| Octal | 41 | 145 | 132 | 103 | 0 | 13 | 74 | 252 | 63 | 32 |
| Binary | 100001 | 1100101 | 1011010 | 1000011 | 0 | 1011 | 111100 | 10101010 | 110011 | 11010 |
Color Harmonies of #21655A
Complementary color
Monochromatic Colors of #21655A
Black with #21655A
Text Example
Text Example
White with #21655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21655A; }
p { color: rgb(33,101,90); }
H1.HeaderClassName
{
color: #21655A;
}
.AnyTagClassName
{
color: #21655A;
}
</style>
background-color css
<style>
a { background-color: #21655A; }
a { background-color: rgb(33,101,90); }
div.DivClassName
{
background-color: #21655A;
}
.BgClassName
{
background-color: #21655A;
}
</style>
border-color css
<style>
span { border-color: #21655A; }
span { border-color: rgb(33,101,90); }
td.TdClassName
{
border-color: #21655A;
}
.TagClassName
{
border-color: #21655A;
}
</style>