Shades of Evening Sea #225E49
Tints of Evening Sea #225E49
RGB
CMYK
RGB Variations
Color information
#225E49 (or 0x225E49) is known color: Evening Sea. HEX triplet: 22, 5E and 49. RGB value is (34,94,73). Sum of RGB (Red+Green+Blue) = 34+94+73=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 94 (37.11% from 255 or 46.77% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 94 - color contains mainly: green. Hex color #225E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225E49 is #DDA1B6. Grayscale: #494949. Windows color (decimal): -14524855 or 4808226. OLE color: 4808226.
HSL color Cylindrical-coordinate representation of color #225E49: hue angle of 159º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #225E49 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 94 | 73 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.63 |
| HSL | 159º | 0.47% | 0.25% | - |
| HSV(B) | 159º | 0.64% | 0.37% | - |
| XYZ | 5.86 | 8.83 | 7.7 | - |
| YUV | 73.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 73 | 0.64 | 0 | 0.22 | 0.63 | 159 | 0.47 | 0.25 |
| Hex | 22 | 5E | 49 | 40 | 0 | 16 | 3F | 9F | 2F | 19 |
| Octal | 42 | 136 | 111 | 100 | 0 | 26 | 77 | 237 | 57 | 31 |
| Binary | 100010 | 1011110 | 1001001 | 1000000 | 0 | 10110 | 111111 | 10011111 | 101111 | 11001 |
Color Harmonies of #225E49
Complementary color
Monochromatic Colors of #225E49
Black with #225E49
Text Example
Text Example
White with #225E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E49; }
p { color: rgb(34,94,73); }
H1.HeaderClassName
{
color: #225E49;
}
.AnyTagClassName
{
color: #225E49;
}
</style>
background-color css
<style>
a { background-color: #225E49; }
a { background-color: rgb(34,94,73); }
div.DivClassName
{
background-color: #225E49;
}
.BgClassName
{
background-color: #225E49;
}
</style>
border-color css
<style>
span { border-color: #225E49; }
span { border-color: rgb(34,94,73); }
td.TdClassName
{
border-color: #225E49;
}
.TagClassName
{
border-color: #225E49;
}
</style>