Shades of Eden #226F55
Tints of Eden #226F55
RGB
CMYK
RGB Variations
Color information
#226F55 (or 0x226F55) is known color: Eden. HEX triplet: 22, 6F and 55. RGB value is (34,111,85). Sum of RGB (Red+Green+Blue) = 34+111+85=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #226F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226F55 is #DD90AA. Grayscale: #555555. Windows color (decimal): -14520491 or 5599010. OLE color: 5599010.
HSL color Cylindrical-coordinate representation of color #226F55: hue angle of 159.74º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226F55 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 111 | 85 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.56 |
| HSL | 159.74º | 0.53% | 0.28% | - |
| HSV(B) | 159.74º | 0.69% | 0.44% | - |
| XYZ | 7.98 | 12.36 | 10.56 | - |
| YUV | 85.01 | 127.99 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 111 | 85 | 0.69 | 0 | 0.23 | 0.56 | 159.74 | 0.53 | 0.28 |
| Hex | 22 | 6F | 55 | 45 | 0 | 17 | 38 | A0 | 35 | 1C |
| Octal | 42 | 157 | 125 | 105 | 0 | 27 | 70 | 240 | 65 | 34 |
| Binary | 100010 | 1101111 | 1010101 | 1000101 | 0 | 10111 | 111000 | 10100000 | 110101 | 11100 |
Color Harmonies of #226F55
Complementary color
Monochromatic Colors of #226F55
Black with #226F55
Text Example
Text Example
White with #226F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226F55; }
p { color: rgb(34,111,85); }
H1.HeaderClassName
{
color: #226F55;
}
.AnyTagClassName
{
color: #226F55;
}
</style>
background-color css
<style>
a { background-color: #226F55; }
a { background-color: rgb(34,111,85); }
div.DivClassName
{
background-color: #226F55;
}
.BgClassName
{
background-color: #226F55;
}
</style>
border-color css
<style>
span { border-color: #226F55; }
span { border-color: rgb(34,111,85); }
td.TdClassName
{
border-color: #226F55;
}
.TagClassName
{
border-color: #226F55;
}
</style>