Shades of Eden #225E54
Tints of Eden #225E54
RGB
CMYK
RGB Variations
Color information
#225E54 (or 0x225E54) is known color: Eden. HEX triplet: 22, 5E and 54. RGB value is (34,94,84). Sum of RGB (Red+Green+Blue) = 34+94+84=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 94 - color contains mainly: green. Hex color #225E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E54 is #DDA1AB. Grayscale: #4A4A4A. Windows color (decimal): -14524844 or 5529122. OLE color: 5529122.
HSL color Cylindrical-coordinate representation of color #225E54: hue angle of 170º 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 #225E54 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 94 | 84 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.63 |
| HSL | 170º | 0.47% | 0.25% | - |
| HSV(B) | 170º | 0.64% | 0.37% | - |
| XYZ | 6.26 | 8.99 | 9.79 | - |
| YUV | 74.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 84 | 0.64 | 0 | 0.11 | 0.63 | 170 | 0.47 | 0.25 |
| Hex | 22 | 5E | 54 | 40 | 0 | B | 3F | AA | 2F | 19 |
| Octal | 42 | 136 | 124 | 100 | 0 | 13 | 77 | 252 | 57 | 31 |
| Binary | 100010 | 1011110 | 1010100 | 1000000 | 0 | 1011 | 111111 | 10101010 | 101111 | 11001 |
Color Harmonies of #225E54
Complementary color
Monochromatic Colors of #225E54
Black with #225E54
Text Example
Text Example
White with #225E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E54; }
p { color: rgb(34,94,84); }
H1.HeaderClassName
{
color: #225E54;
}
.AnyTagClassName
{
color: #225E54;
}
</style>
background-color css
<style>
a { background-color: #225E54; }
a { background-color: rgb(34,94,84); }
div.DivClassName
{
background-color: #225E54;
}
.BgClassName
{
background-color: #225E54;
}
</style>
border-color css
<style>
span { border-color: #225E54; }
span { border-color: rgb(34,94,84); }
td.TdClassName
{
border-color: #225E54;
}
.TagClassName
{
border-color: #225E54;
}
</style>