Shades of Eden #225D55
Tints of Eden #225D55
RGB
CMYK
RGB Variations
Color information
#225D55 (or 0x225D55) is known color: Eden. HEX triplet: 22, 5D and 55. RGB value is (34,93,85). Sum of RGB (Red+Green+Blue) = 34+93+85=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #225D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D55 is #DDA2AA. Grayscale: #4A4A4A. Windows color (decimal): -14525099 or 5594402. OLE color: 5594402.
HSL color Cylindrical-coordinate representation of color #225D55: hue angle of 171.86º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225D55 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 85 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.64 |
| HSL | 171.86º | 0.46% | 0.25% | - |
| HSV(B) | 171.86º | 0.63% | 0.36% | - |
| XYZ | 6.21 | 8.82 | 9.97 | - |
| YUV | 74.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 85 | 0.63 | 0 | 0.09 | 0.64 | 171.86 | 0.46 | 0.25 |
| Hex | 22 | 5D | 55 | 3F | 0 | 9 | 40 | AC | 2E | 19 |
| Octal | 42 | 135 | 125 | 77 | 0 | 11 | 100 | 254 | 56 | 31 |
| Binary | 100010 | 1011101 | 1010101 | 111111 | 0 | 1001 | 1000000 | 10101100 | 101110 | 11001 |
Color Harmonies of #225D55
Complementary color
Monochromatic Colors of #225D55
Black with #225D55
Text Example
Text Example
White with #225D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D55; }
p { color: rgb(34,93,85); }
H1.HeaderClassName
{
color: #225D55;
}
.AnyTagClassName
{
color: #225D55;
}
</style>
background-color css
<style>
a { background-color: #225D55; }
a { background-color: rgb(34,93,85); }
div.DivClassName
{
background-color: #225D55;
}
.BgClassName
{
background-color: #225D55;
}
</style>
border-color css
<style>
span { border-color: #225D55; }
span { border-color: rgb(34,93,85); }
td.TdClassName
{
border-color: #225D55;
}
.TagClassName
{
border-color: #225D55;
}
</style>