Shades of Eden #225E55
Tints of Eden #225E55
RGB
CMYK
RGB Variations
Color information
#225E55 (or 0x225E55) is known color: Eden. HEX triplet: 22, 5E and 55. RGB value is (34,94,85). Sum of RGB (Red+Green+Blue) = 34+94+85=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #225E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E55 is #DDA1AA. Grayscale: #4B4B4B. Windows color (decimal): -14524843 or 5594658. OLE color: 5594658.
HSL color Cylindrical-coordinate representation of color #225E55: hue angle of 171º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #225E55 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 94 | 85 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.63 |
| HSL | 171º | 0.47% | 0.25% | - |
| HSV(B) | 171º | 0.64% | 0.37% | - |
| XYZ | 6.3 | 9 | 10 | - |
| YUV | 75.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 85 | 0.64 | 0 | 0.10 | 0.63 | 171 | 0.47 | 0.25 |
| Hex | 22 | 5E | 55 | 40 | 0 | A | 3F | AB | 2F | 19 |
| Octal | 42 | 136 | 125 | 100 | 0 | 12 | 77 | 253 | 57 | 31 |
| Binary | 100010 | 1011110 | 1010101 | 1000000 | 0 | 1010 | 111111 | 10101011 | 101111 | 11001 |
Color Harmonies of #225E55
Complementary color
Monochromatic Colors of #225E55
Black with #225E55
Text Example
Text Example
White with #225E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E55; }
p { color: rgb(34,94,85); }
H1.HeaderClassName
{
color: #225E55;
}
.AnyTagClassName
{
color: #225E55;
}
</style>
background-color css
<style>
a { background-color: #225E55; }
a { background-color: rgb(34,94,85); }
div.DivClassName
{
background-color: #225E55;
}
.BgClassName
{
background-color: #225E55;
}
</style>
border-color css
<style>
span { border-color: #225E55; }
span { border-color: rgb(34,94,85); }
td.TdClassName
{
border-color: #225E55;
}
.TagClassName
{
border-color: #225E55;
}
</style>