Shades of Eden #21655C
Tints of Eden #21655C
RGB
CMYK
RGB Variations
Color information
#21655C (or 0x21655C) is known color: Eden. HEX triplet: 21, 65 and 5C. RGB value is (33,101,92). Sum of RGB (Red+Green+Blue) = 33+101+92=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #21655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21655C is #DE9AA3. Grayscale: #4F4F4F. Windows color (decimal): -14588580 or 6055201. OLE color: 6055201.
HSL color Cylindrical-coordinate representation of color #21655C: hue angle of 172.06º 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 #21655C is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 92 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.60 |
| HSL | 172.06º | 0.51% | 0.26% | - |
| HSV(B) | 172.06º | 0.67% | 0.4% | - |
| XYZ | 7.21 | 10.4 | 11.75 | - |
| YUV | 79.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 92 | 0.67 | 0 | 0.09 | 0.60 | 172.06 | 0.51 | 0.26 |
| Hex | 21 | 65 | 5C | 43 | 0 | 9 | 3C | AC | 33 | 1A |
| Octal | 41 | 145 | 134 | 103 | 0 | 11 | 74 | 254 | 63 | 32 |
| Binary | 100001 | 1100101 | 1011100 | 1000011 | 0 | 1001 | 111100 | 10101100 | 110011 | 11010 |
Color Harmonies of #21655C
Complementary color
Monochromatic Colors of #21655C
Black with #21655C
Text Example
Text Example
White with #21655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21655C; }
p { color: rgb(33,101,92); }
H1.HeaderClassName
{
color: #21655C;
}
.AnyTagClassName
{
color: #21655C;
}
</style>
background-color css
<style>
a { background-color: #21655C; }
a { background-color: rgb(33,101,92); }
div.DivClassName
{
background-color: #21655C;
}
.BgClassName
{
background-color: #21655C;
}
</style>
border-color css
<style>
span { border-color: #21655C; }
span { border-color: rgb(33,101,92); }
td.TdClassName
{
border-color: #21655C;
}
.TagClassName
{
border-color: #21655C;
}
</style>