Shades of Eden #225C56
Tints of Eden #225C56
RGB
CMYK
RGB Variations
Color information
#225C56 (or 0x225C56) is known color: Eden. HEX triplet: 22, 5C and 56. RGB value is (34,92,86). Sum of RGB (Red+Green+Blue) = 34+92+86=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #225C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C56 is #DDA3A9. Grayscale: #494949. Windows color (decimal): -14525354 or 5659682. OLE color: 5659682.
HSL color Cylindrical-coordinate representation of color #225C56: hue angle of 173.79º 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 #225C56 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 92 | 86 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.64 |
| HSL | 173.79º | 0.46% | 0.25% | - |
| HSV(B) | 173.79º | 0.63% | 0.36% | - |
| XYZ | 6.17 | 8.67 | 10.15 | - |
| YUV | 73.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 86 | 0.63 | 0 | 0.07 | 0.64 | 173.79 | 0.46 | 0.25 |
| Hex | 22 | 5C | 56 | 3F | 0 | 7 | 40 | AE | 2E | 19 |
| Octal | 42 | 134 | 126 | 77 | 0 | 7 | 100 | 256 | 56 | 31 |
| Binary | 100010 | 1011100 | 1010110 | 111111 | 0 | 111 | 1000000 | 10101110 | 101110 | 11001 |
Color Harmonies of #225C56
Complementary color
Monochromatic Colors of #225C56
Black with #225C56
Text Example
Text Example
White with #225C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C56; }
p { color: rgb(34,92,86); }
H1.HeaderClassName
{
color: #225C56;
}
.AnyTagClassName
{
color: #225C56;
}
</style>
background-color css
<style>
a { background-color: #225C56; }
a { background-color: rgb(34,92,86); }
div.DivClassName
{
background-color: #225C56;
}
.BgClassName
{
background-color: #225C56;
}
</style>
border-color css
<style>
span { border-color: #225C56; }
span { border-color: rgb(34,92,86); }
td.TdClassName
{
border-color: #225C56;
}
.TagClassName
{
border-color: #225C56;
}
</style>