Shades of Evening Sea #245A49
Tints of Evening Sea #245A49
RGB
CMYK
RGB Variations
Color information
#245A49 (or 0x245A49) is known color: Evening Sea. HEX triplet: 24, 5A and 49. RGB value is (36,90,73). Sum of RGB (Red+Green+Blue) = 36+90+73=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #245A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A49 is #DBA5B6. Grayscale: #474747. Windows color (decimal): -14394807 or 4807204. OLE color: 4807204.
HSL color Cylindrical-coordinate representation of color #245A49: hue angle of 161.11º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A49 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 73 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.65 |
| HSL | 161.11º | 0.43% | 0.25% | - |
| HSV(B) | 161.11º | 0.6% | 0.35% | - |
| XYZ | 5.59 | 8.17 | 7.59 | - |
| YUV | 71.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 73 | 0.60 | 0 | 0.19 | 0.65 | 161.11 | 0.43 | 0.25 |
| Hex | 24 | 5A | 49 | 3C | 0 | 13 | 41 | A1 | 2B | 19 |
| Octal | 44 | 132 | 111 | 74 | 0 | 23 | 101 | 241 | 53 | 31 |
| Binary | 100100 | 1011010 | 1001001 | 111100 | 0 | 10011 | 1000001 | 10100001 | 101011 | 11001 |
Color Harmonies of #245A49
Complementary color
Monochromatic Colors of #245A49
Black with #245A49
Text Example
Text Example
White with #245A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A49; }
p { color: rgb(36,90,73); }
H1.HeaderClassName
{
color: #245A49;
}
.AnyTagClassName
{
color: #245A49;
}
</style>
background-color css
<style>
a { background-color: #245A49; }
a { background-color: rgb(36,90,73); }
div.DivClassName
{
background-color: #245A49;
}
.BgClassName
{
background-color: #245A49;
}
</style>
border-color css
<style>
span { border-color: #245A49; }
span { border-color: rgb(36,90,73); }
td.TdClassName
{
border-color: #245A49;
}
.TagClassName
{
border-color: #245A49;
}
</style>