Shades of Eden #225B51
Tints of Eden #225B51
RGB
CMYK
RGB Variations
Color information
#225B51 (or 0x225B51) is known color: Eden. HEX triplet: 22, 5B and 51. RGB value is (34,91,81). Sum of RGB (Red+Green+Blue) = 34+91+81=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #225B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B51 is #DDA4AE. Grayscale: #484848. Windows color (decimal): -14525615 or 5331746. OLE color: 5331746.
HSL color Cylindrical-coordinate representation of color #225B51: hue angle of 169.47º 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 #225B51 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 81 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.64 |
| HSL | 169.47º | 0.46% | 0.25% | - |
| HSV(B) | 169.47º | 0.63% | 0.36% | - |
| XYZ | 5.89 | 8.42 | 9.1 | - |
| YUV | 72.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 81 | 0.63 | 0 | 0.11 | 0.64 | 169.47 | 0.46 | 0.25 |
| Hex | 22 | 5B | 51 | 3F | 0 | B | 40 | A9 | 2E | 19 |
| Octal | 42 | 133 | 121 | 77 | 0 | 13 | 100 | 251 | 56 | 31 |
| Binary | 100010 | 1011011 | 1010001 | 111111 | 0 | 1011 | 1000000 | 10101001 | 101110 | 11001 |
Color Harmonies of #225B51
Complementary color
Monochromatic Colors of #225B51
Black with #225B51
Text Example
Text Example
White with #225B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B51; }
p { color: rgb(34,91,81); }
H1.HeaderClassName
{
color: #225B51;
}
.AnyTagClassName
{
color: #225B51;
}
</style>
background-color css
<style>
a { background-color: #225B51; }
a { background-color: rgb(34,91,81); }
div.DivClassName
{
background-color: #225B51;
}
.BgClassName
{
background-color: #225B51;
}
</style>
border-color css
<style>
span { border-color: #225B51; }
span { border-color: rgb(34,91,81); }
td.TdClassName
{
border-color: #225B51;
}
.TagClassName
{
border-color: #225B51;
}
</style>