Shades of Evening Sea #225D4A
Tints of Evening Sea #225D4A
RGB
CMYK
RGB Variations
Color information
#225D4A (or 0x225D4A) is known color: Evening Sea. HEX triplet: 22, 5D and 4A. RGB value is (34,93,74). Sum of RGB (Red+Green+Blue) = 34+93+74=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #225D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D4A is #DDA2B5. Grayscale: #494949. Windows color (decimal): -14525110 or 4873506. OLE color: 4873506.
HSL color Cylindrical-coordinate representation of color #225D4A: hue angle of 160.68º 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 #225D4A is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 74 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.64 |
| HSL | 160.68º | 0.46% | 0.25% | - |
| HSV(B) | 160.68º | 0.63% | 0.36% | - |
| XYZ | 5.81 | 8.66 | 7.84 | - |
| YUV | 73.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 74 | 0.63 | 0 | 0.20 | 0.64 | 160.68 | 0.46 | 0.25 |
| Hex | 22 | 5D | 4A | 3F | 0 | 14 | 40 | A1 | 2E | 19 |
| Octal | 42 | 135 | 112 | 77 | 0 | 24 | 100 | 241 | 56 | 31 |
| Binary | 100010 | 1011101 | 1001010 | 111111 | 0 | 10100 | 1000000 | 10100001 | 101110 | 11001 |
Color Harmonies of #225D4A
Complementary color
Monochromatic Colors of #225D4A
Black with #225D4A
Text Example
Text Example
White with #225D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D4A; }
p { color: rgb(34,93,74); }
H1.HeaderClassName
{
color: #225D4A;
}
.AnyTagClassName
{
color: #225D4A;
}
</style>
background-color css
<style>
a { background-color: #225D4A; }
a { background-color: rgb(34,93,74); }
div.DivClassName
{
background-color: #225D4A;
}
.BgClassName
{
background-color: #225D4A;
}
</style>
border-color css
<style>
span { border-color: #225D4A; }
span { border-color: rgb(34,93,74); }
td.TdClassName
{
border-color: #225D4A;
}
.TagClassName
{
border-color: #225D4A;
}
</style>