Shades of Evening Sea #245F49
Tints of Evening Sea #245F49
RGB
CMYK
RGB Variations
Color information
#245F49 (or 0x245F49) is known color: Evening Sea. HEX triplet: 24, 5F and 49. RGB value is (36,95,73). Sum of RGB (Red+Green+Blue) = 36+95+73=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #245F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F49 is #DBA0B6. Grayscale: #4A4A4A. Windows color (decimal): -14393527 or 4808484. OLE color: 4808484.
HSL color Cylindrical-coordinate representation of color #245F49: hue angle of 157.63º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F49 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 73 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.63 |
| HSL | 157.63º | 0.45% | 0.26% | - |
| HSV(B) | 157.63º | 0.62% | 0.37% | - |
| XYZ | 6.02 | 9.04 | 7.73 | - |
| YUV | 74.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 73 | 0.62 | 0 | 0.23 | 0.63 | 157.63 | 0.45 | 0.26 |
| Hex | 24 | 5F | 49 | 3E | 0 | 17 | 3F | 9E | 2D | 1A |
| Octal | 44 | 137 | 111 | 76 | 0 | 27 | 77 | 236 | 55 | 32 |
| Binary | 100100 | 1011111 | 1001001 | 111110 | 0 | 10111 | 111111 | 10011110 | 101101 | 11010 |
Color Harmonies of #245F49
Complementary color
Monochromatic Colors of #245F49
Black with #245F49
Text Example
Text Example
White with #245F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F49; }
p { color: rgb(36,95,73); }
H1.HeaderClassName
{
color: #245F49;
}
.AnyTagClassName
{
color: #245F49;
}
</style>
background-color css
<style>
a { background-color: #245F49; }
a { background-color: rgb(36,95,73); }
div.DivClassName
{
background-color: #245F49;
}
.BgClassName
{
background-color: #245F49;
}
</style>
border-color css
<style>
span { border-color: #245F49; }
span { border-color: rgb(36,95,73); }
td.TdClassName
{
border-color: #245F49;
}
.TagClassName
{
border-color: #245F49;
}
</style>