Shades of Eden #225852
Tints of Eden #225852
RGB
CMYK
RGB Variations
Color information
#225852 (or 0x225852) is known color: Eden. HEX triplet: 22, 58 and 52. RGB value is (34,88,82). Sum of RGB (Red+Green+Blue) = 34+88+82=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #225852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225852 is #DDA7AD. Grayscale: #474747. Windows color (decimal): -14526382 or 5396514. OLE color: 5396514.
HSL color Cylindrical-coordinate representation of color #225852: hue angle of 173.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225852 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 88 | 82 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.65 |
| HSL | 173.33º | 0.44% | 0.24% | - |
| HSV(B) | 173.33º | 0.61% | 0.35% | - |
| XYZ | 5.67 | 7.93 | 9.21 | - |
| YUV | 71.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 88 | 82 | 0.61 | 0 | 0.07 | 0.65 | 173.33 | 0.44 | 0.24 |
| Hex | 22 | 58 | 52 | 3D | 0 | 7 | 41 | AD | 2C | 18 |
| Octal | 42 | 130 | 122 | 75 | 0 | 7 | 101 | 255 | 54 | 30 |
| Binary | 100010 | 1011000 | 1010010 | 111101 | 0 | 111 | 1000001 | 10101101 | 101100 | 11000 |
Color Harmonies of #225852
Complementary color
Monochromatic Colors of #225852
Black with #225852
Text Example
Text Example
White with #225852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225852; }
p { color: rgb(34,88,82); }
H1.HeaderClassName
{
color: #225852;
}
.AnyTagClassName
{
color: #225852;
}
</style>
background-color css
<style>
a { background-color: #225852; }
a { background-color: rgb(34,88,82); }
div.DivClassName
{
background-color: #225852;
}
.BgClassName
{
background-color: #225852;
}
</style>
border-color css
<style>
span { border-color: #225852; }
span { border-color: rgb(34,88,82); }
td.TdClassName
{
border-color: #225852;
}
.TagClassName
{
border-color: #225852;
}
</style>