Shades of Eden #225D52
Tints of Eden #225D52
RGB
CMYK
RGB Variations
Color information
#225D52 (or 0x225D52) is known color: Eden. HEX triplet: 22, 5D and 52. RGB value is (34,93,82). Sum of RGB (Red+Green+Blue) = 34+93+82=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #225D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D52 is #DDA2AD. Grayscale: #4A4A4A. Windows color (decimal): -14525102 or 5397794. OLE color: 5397794.
HSL color Cylindrical-coordinate representation of color #225D52: hue angle of 168.81º 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 #225D52 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 82 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.64 |
| HSL | 168.81º | 0.46% | 0.25% | - |
| HSV(B) | 168.81º | 0.63% | 0.36% | - |
| XYZ | 6.1 | 8.78 | 9.36 | - |
| YUV | 74.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 82 | 0.63 | 0 | 0.12 | 0.64 | 168.81 | 0.46 | 0.25 |
| Hex | 22 | 5D | 52 | 3F | 0 | C | 40 | A9 | 2E | 19 |
| Octal | 42 | 135 | 122 | 77 | 0 | 14 | 100 | 251 | 56 | 31 |
| Binary | 100010 | 1011101 | 1010010 | 111111 | 0 | 1100 | 1000000 | 10101001 | 101110 | 11001 |
Color Harmonies of #225D52
Complementary color
Monochromatic Colors of #225D52
Black with #225D52
Text Example
Text Example
White with #225D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D52; }
p { color: rgb(34,93,82); }
H1.HeaderClassName
{
color: #225D52;
}
.AnyTagClassName
{
color: #225D52;
}
</style>
background-color css
<style>
a { background-color: #225D52; }
a { background-color: rgb(34,93,82); }
div.DivClassName
{
background-color: #225D52;
}
.BgClassName
{
background-color: #225D52;
}
</style>
border-color css
<style>
span { border-color: #225D52; }
span { border-color: rgb(34,93,82); }
td.TdClassName
{
border-color: #225D52;
}
.TagClassName
{
border-color: #225D52;
}
</style>