Shades of Evening Sea #245849
Tints of Evening Sea #245849
RGB
CMYK
RGB Variations
Color information
#245849 (or 0x245849) is known color: Evening Sea. HEX triplet: 24, 58 and 49. RGB value is (36,88,73). Sum of RGB (Red+Green+Blue) = 36+88+73=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #245849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245849 is #DBA7B6. Grayscale: #464646. Windows color (decimal): -14395319 or 4806692. OLE color: 4806692.
HSL color Cylindrical-coordinate representation of color #245849: hue angle of 162.69º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245849 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 88 | 73 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.65 |
| HSL | 162.69º | 0.42% | 0.24% | - |
| HSV(B) | 162.69º | 0.59% | 0.35% | - |
| XYZ | 5.42 | 7.84 | 7.53 | - |
| YUV | 70.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 73 | 0.59 | 0 | 0.17 | 0.65 | 162.69 | 0.42 | 0.24 |
| Hex | 24 | 58 | 49 | 3B | 0 | 11 | 41 | A3 | 2A | 18 |
| Octal | 44 | 130 | 111 | 73 | 0 | 21 | 101 | 243 | 52 | 30 |
| Binary | 100100 | 1011000 | 1001001 | 111011 | 0 | 10001 | 1000001 | 10100011 | 101010 | 11000 |
Color Harmonies of #245849
Complementary color
Monochromatic Colors of #245849
Black with #245849
Text Example
Text Example
White with #245849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245849; }
p { color: rgb(36,88,73); }
H1.HeaderClassName
{
color: #245849;
}
.AnyTagClassName
{
color: #245849;
}
</style>
background-color css
<style>
a { background-color: #245849; }
a { background-color: rgb(36,88,73); }
div.DivClassName
{
background-color: #245849;
}
.BgClassName
{
background-color: #245849;
}
</style>
border-color css
<style>
span { border-color: #245849; }
span { border-color: rgb(36,88,73); }
td.TdClassName
{
border-color: #245849;
}
.TagClassName
{
border-color: #245849;
}
</style>