Shades of Evening Sea #225D48
Tints of Evening Sea #225D48
RGB
CMYK
RGB Variations
Color information
#225D48 (or 0x225D48) is known color: Evening Sea. HEX triplet: 22, 5D and 48. RGB value is (34,93,72). Sum of RGB (Red+Green+Blue) = 34+93+72=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #225D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D48 is #DDA2B7. Grayscale: #484848. Windows color (decimal): -14525112 or 4742434. OLE color: 4742434.
HSL color Cylindrical-coordinate representation of color #225D48: hue angle of 158.64º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225D48 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 72 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.64 |
| HSL | 158.64º | 0.46% | 0.25% | - |
| HSV(B) | 158.64º | 0.63% | 0.36% | - |
| XYZ | 5.74 | 8.64 | 7.5 | - |
| YUV | 72.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 72 | 0.63 | 0 | 0.23 | 0.64 | 158.64 | 0.46 | 0.25 |
| Hex | 22 | 5D | 48 | 3F | 0 | 17 | 40 | 9F | 2E | 19 |
| Octal | 42 | 135 | 110 | 77 | 0 | 27 | 100 | 237 | 56 | 31 |
| Binary | 100010 | 1011101 | 1001000 | 111111 | 0 | 10111 | 1000000 | 10011111 | 101110 | 11001 |
Color Harmonies of #225D48
Complementary color
Monochromatic Colors of #225D48
Black with #225D48
Text Example
Text Example
White with #225D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D48; }
p { color: rgb(34,93,72); }
H1.HeaderClassName
{
color: #225D48;
}
.AnyTagClassName
{
color: #225D48;
}
</style>
background-color css
<style>
a { background-color: #225D48; }
a { background-color: rgb(34,93,72); }
div.DivClassName
{
background-color: #225D48;
}
.BgClassName
{
background-color: #225D48;
}
</style>
border-color css
<style>
span { border-color: #225D48; }
span { border-color: rgb(34,93,72); }
td.TdClassName
{
border-color: #225D48;
}
.TagClassName
{
border-color: #225D48;
}
</style>