Shades of Eden #226E61
Tints of Eden #226E61
RGB
CMYK
RGB Variations
Color information
#226E61 (or 0x226E61) is known color: Eden. HEX triplet: 22, 6E and 61. RGB value is (34,110,97). Sum of RGB (Red+Green+Blue) = 34+110+97=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #226E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226E61 is #DD919E. Grayscale: #555555. Windows color (decimal): -14520735 or 6385186. OLE color: 6385186.
HSL color Cylindrical-coordinate representation of color #226E61: hue angle of 169.74º degrees, saturation: 0.53, 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 #226E61 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 110 | 97 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.57 |
| HSL | 169.74º | 0.53% | 0.28% | - |
| HSV(B) | 169.74º | 0.69% | 0.43% | - |
| XYZ | 8.39 | 12.36 | 13.25 | - |
| YUV | 85.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 97 | 0.69 | 0 | 0.12 | 0.57 | 169.74 | 0.53 | 0.28 |
| Hex | 22 | 6E | 61 | 45 | 0 | C | 39 | AA | 35 | 1C |
| Octal | 42 | 156 | 141 | 105 | 0 | 14 | 71 | 252 | 65 | 34 |
| Binary | 100010 | 1101110 | 1100001 | 1000101 | 0 | 1100 | 111001 | 10101010 | 110101 | 11100 |
Color Harmonies of #226E61
Complementary color
Monochromatic Colors of #226E61
Black with #226E61
Text Example
Text Example
White with #226E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226E61; }
p { color: rgb(34,110,97); }
H1.HeaderClassName
{
color: #226E61;
}
.AnyTagClassName
{
color: #226E61;
}
</style>
background-color css
<style>
a { background-color: #226E61; }
a { background-color: rgb(34,110,97); }
div.DivClassName
{
background-color: #226E61;
}
.BgClassName
{
background-color: #226E61;
}
</style>
border-color css
<style>
span { border-color: #226E61; }
span { border-color: rgb(34,110,97); }
td.TdClassName
{
border-color: #226E61;
}
.TagClassName
{
border-color: #226E61;
}
</style>