Shades of Eden #226154
Tints of Eden #226154
RGB
CMYK
RGB Variations
Color information
#226154 (or 0x226154) is known color: Eden. HEX triplet: 22, 61 and 54. RGB value is (34,97,84). Sum of RGB (Red+Green+Blue) = 34+97+84=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #226154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226154 is #DD9EAB. Grayscale: #4C4C4C. Windows color (decimal): -14524076 or 5529890. OLE color: 5529890.
HSL color Cylindrical-coordinate representation of color #226154: hue angle of 167.62º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #226154 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 97 | 84 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.62 |
| HSL | 167.62º | 0.48% | 0.26% | - |
| HSV(B) | 167.62º | 0.65% | 0.38% | - |
| XYZ | 6.53 | 9.53 | 9.88 | - |
| YUV | 76.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 97 | 84 | 0.65 | 0 | 0.13 | 0.62 | 167.62 | 0.48 | 0.26 |
| Hex | 22 | 61 | 54 | 41 | 0 | D | 3E | A8 | 30 | 1A |
| Octal | 42 | 141 | 124 | 101 | 0 | 15 | 76 | 250 | 60 | 32 |
| Binary | 100010 | 1100001 | 1010100 | 1000001 | 0 | 1101 | 111110 | 10101000 | 110000 | 11010 |
Color Harmonies of #226154
Complementary color
Monochromatic Colors of #226154
Black with #226154
Text Example
Text Example
White with #226154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226154; }
p { color: rgb(34,97,84); }
H1.HeaderClassName
{
color: #226154;
}
.AnyTagClassName
{
color: #226154;
}
</style>
background-color css
<style>
a { background-color: #226154; }
a { background-color: rgb(34,97,84); }
div.DivClassName
{
background-color: #226154;
}
.BgClassName
{
background-color: #226154;
}
</style>
border-color css
<style>
span { border-color: #226154; }
span { border-color: rgb(34,97,84); }
td.TdClassName
{
border-color: #226154;
}
.TagClassName
{
border-color: #226154;
}
</style>