Shades of Evening Sea #225C4A
Tints of Evening Sea #225C4A
RGB
CMYK
RGB Variations
Color information
#225C4A (or 0x225C4A) is known color: Evening Sea. HEX triplet: 22, 5C and 4A. RGB value is (34,92,74). Sum of RGB (Red+Green+Blue) = 34+92+74=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #225C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225C4A is #DDA3B5. Grayscale: #484848. Windows color (decimal): -14525366 or 4873250. OLE color: 4873250.
HSL color Cylindrical-coordinate representation of color #225C4A: hue angle of 161.38º 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 #225C4A is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 92 | 74 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.64 |
| HSL | 161.38º | 0.46% | 0.25% | - |
| HSV(B) | 161.38º | 0.63% | 0.36% | - |
| XYZ | 5.72 | 8.49 | 7.82 | - |
| YUV | 72.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 74 | 0.63 | 0 | 0.20 | 0.64 | 161.38 | 0.46 | 0.25 |
| Hex | 22 | 5C | 4A | 3F | 0 | 14 | 40 | A1 | 2E | 19 |
| Octal | 42 | 134 | 112 | 77 | 0 | 24 | 100 | 241 | 56 | 31 |
| Binary | 100010 | 1011100 | 1001010 | 111111 | 0 | 10100 | 1000000 | 10100001 | 101110 | 11001 |
Color Harmonies of #225C4A
Complementary color
Monochromatic Colors of #225C4A
Black with #225C4A
Text Example
Text Example
White with #225C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C4A; }
p { color: rgb(34,92,74); }
H1.HeaderClassName
{
color: #225C4A;
}
.AnyTagClassName
{
color: #225C4A;
}
</style>
background-color css
<style>
a { background-color: #225C4A; }
a { background-color: rgb(34,92,74); }
div.DivClassName
{
background-color: #225C4A;
}
.BgClassName
{
background-color: #225C4A;
}
</style>
border-color css
<style>
span { border-color: #225C4A; }
span { border-color: rgb(34,92,74); }
td.TdClassName
{
border-color: #225C4A;
}
.TagClassName
{
border-color: #225C4A;
}
</style>