Shades of Eden #225F58
Tints of Eden #225F58
RGB
CMYK
RGB Variations
Color information
#225F58 (or 0x225F58) is known color: Eden. HEX triplet: 22, 5F and 58. RGB value is (34,95,88). Sum of RGB (Red+Green+Blue) = 34+95+88=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 95 - color contains mainly: green. Hex color #225F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F58 is #DDA0A7. Grayscale: #4B4B4B. Windows color (decimal): -14524584 or 5791522. OLE color: 5791522.
HSL color Cylindrical-coordinate representation of color #225F58: hue angle of 173.11º 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 #225F58 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 95 | 88 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.63 |
| HSL | 173.11º | 0.47% | 0.25% | - |
| HSV(B) | 173.11º | 0.64% | 0.37% | - |
| XYZ | 6.51 | 9.23 | 10.67 | - |
| YUV | 75.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 95 | 88 | 0.64 | 0 | 0.07 | 0.63 | 173.11 | 0.47 | 0.25 |
| Hex | 22 | 5F | 58 | 40 | 0 | 7 | 3F | AD | 2F | 19 |
| Octal | 42 | 137 | 130 | 100 | 0 | 7 | 77 | 255 | 57 | 31 |
| Binary | 100010 | 1011111 | 1011000 | 1000000 | 0 | 111 | 111111 | 10101101 | 101111 | 11001 |
Color Harmonies of #225F58
Complementary color
Monochromatic Colors of #225F58
Black with #225F58
Text Example
Text Example
White with #225F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225F58; }
p { color: rgb(34,95,88); }
H1.HeaderClassName
{
color: #225F58;
}
.AnyTagClassName
{
color: #225F58;
}
</style>
background-color css
<style>
a { background-color: #225F58; }
a { background-color: rgb(34,95,88); }
div.DivClassName
{
background-color: #225F58;
}
.BgClassName
{
background-color: #225F58;
}
</style>
border-color css
<style>
span { border-color: #225F58; }
span { border-color: rgb(34,95,88); }
td.TdClassName
{
border-color: #225F58;
}
.TagClassName
{
border-color: #225F58;
}
</style>