Shades of Eden #225752
Tints of Eden #225752
RGB
CMYK
RGB Variations
Color information
#225752 (or 0x225752) is known color: Eden. HEX triplet: 22, 57 and 52. RGB value is (34,87,82). Sum of RGB (Red+Green+Blue) = 34+87+82=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #225752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225752 is #DDA8AD. Grayscale: #464646. Windows color (decimal): -14526638 or 5396258. OLE color: 5396258.
HSL color Cylindrical-coordinate representation of color #225752: hue angle of 174.34º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225752 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 87 | 82 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.66 |
| HSL | 174.34º | 0.44% | 0.24% | - |
| HSV(B) | 174.34º | 0.61% | 0.34% | - |
| XYZ | 5.59 | 7.77 | 9.19 | - |
| YUV | 70.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 87 | 82 | 0.61 | 0 | 0.06 | 0.66 | 174.34 | 0.44 | 0.24 |
| Hex | 22 | 57 | 52 | 3D | 0 | 6 | 42 | AE | 2C | 18 |
| Octal | 42 | 127 | 122 | 75 | 0 | 6 | 102 | 256 | 54 | 30 |
| Binary | 100010 | 1010111 | 1010010 | 111101 | 0 | 110 | 1000010 | 10101110 | 101100 | 11000 |
Color Harmonies of #225752
Complementary color
Monochromatic Colors of #225752
Black with #225752
Text Example
Text Example
White with #225752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225752; }
p { color: rgb(34,87,82); }
H1.HeaderClassName
{
color: #225752;
}
.AnyTagClassName
{
color: #225752;
}
</style>
background-color css
<style>
a { background-color: #225752; }
a { background-color: rgb(34,87,82); }
div.DivClassName
{
background-color: #225752;
}
.BgClassName
{
background-color: #225752;
}
</style>
border-color css
<style>
span { border-color: #225752; }
span { border-color: rgb(34,87,82); }
td.TdClassName
{
border-color: #225752;
}
.TagClassName
{
border-color: #225752;
}
</style>