Shades of Eden #226D5E
Tints of Eden #226D5E
RGB
CMYK
RGB Variations
Color information
#226D5E (or 0x226D5E) is known color: Eden. HEX triplet: 22, 6D and 5E. RGB value is (34,109,94). Sum of RGB (Red+Green+Blue) = 34+109+94=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #226D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226D5E is #DD92A1. Grayscale: #545454. Windows color (decimal): -14520994 or 6188322. OLE color: 6188322.
HSL color Cylindrical-coordinate representation of color #226D5E: hue angle of 168º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226D5E is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 109 | 94 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.57 |
| HSL | 168º | 0.52% | 0.28% | - |
| HSV(B) | 168º | 0.69% | 0.43% | - |
| XYZ | 8.15 | 12.09 | 12.49 | - |
| YUV | 84.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 94 | 0.69 | 0 | 0.14 | 0.57 | 168 | 0.52 | 0.28 |
| Hex | 22 | 6D | 5E | 45 | 0 | E | 39 | A8 | 34 | 1C |
| Octal | 42 | 155 | 136 | 105 | 0 | 16 | 71 | 250 | 64 | 34 |
| Binary | 100010 | 1101101 | 1011110 | 1000101 | 0 | 1110 | 111001 | 10101000 | 110100 | 11100 |
Color Harmonies of #226D5E
Complementary color
Monochromatic Colors of #226D5E
Black with #226D5E
Text Example
Text Example
White with #226D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226D5E; }
p { color: rgb(34,109,94); }
H1.HeaderClassName
{
color: #226D5E;
}
.AnyTagClassName
{
color: #226D5E;
}
</style>
background-color css
<style>
a { background-color: #226D5E; }
a { background-color: rgb(34,109,94); }
div.DivClassName
{
background-color: #226D5E;
}
.BgClassName
{
background-color: #226D5E;
}
</style>
border-color css
<style>
span { border-color: #226D5E; }
span { border-color: rgb(34,109,94); }
td.TdClassName
{
border-color: #226D5E;
}
.TagClassName
{
border-color: #226D5E;
}
</style>