Shades of Eden #226F5B
Tints of Eden #226F5B
RGB
CMYK
RGB Variations
Color information
#226F5B (or 0x226F5B) is known color: Eden. HEX triplet: 22, 6F and 5B. RGB value is (34,111,91). Sum of RGB (Red+Green+Blue) = 34+111+91=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #226F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226F5B is #DD90A4. Grayscale: #555555. Windows color (decimal): -14520485 or 5992226. OLE color: 5992226.
HSL color Cylindrical-coordinate representation of color #226F5B: hue angle of 164.42º 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 #226F5B is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 111 | 91 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.56 |
| HSL | 164.42º | 0.53% | 0.28% | - |
| HSV(B) | 164.42º | 0.69% | 0.44% | - |
| XYZ | 8.23 | 12.46 | 11.87 | - |
| YUV | 85.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 111 | 91 | 0.69 | 0 | 0.18 | 0.56 | 164.42 | 0.53 | 0.28 |
| Hex | 22 | 6F | 5B | 45 | 0 | 12 | 38 | A4 | 35 | 1C |
| Octal | 42 | 157 | 133 | 105 | 0 | 22 | 70 | 244 | 65 | 34 |
| Binary | 100010 | 1101111 | 1011011 | 1000101 | 0 | 10010 | 111000 | 10100100 | 110101 | 11100 |
Color Harmonies of #226F5B
Complementary color
Monochromatic Colors of #226F5B
Black with #226F5B
Text Example
Text Example
White with #226F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226F5B; }
p { color: rgb(34,111,91); }
H1.HeaderClassName
{
color: #226F5B;
}
.AnyTagClassName
{
color: #226F5B;
}
</style>
background-color css
<style>
a { background-color: #226F5B; }
a { background-color: rgb(34,111,91); }
div.DivClassName
{
background-color: #226F5B;
}
.BgClassName
{
background-color: #226F5B;
}
</style>
border-color css
<style>
span { border-color: #226F5B; }
span { border-color: rgb(34,111,91); }
td.TdClassName
{
border-color: #226F5B;
}
.TagClassName
{
border-color: #226F5B;
}
</style>