Shades of Evening Sea #245945
Tints of Evening Sea #245945
RGB
CMYK
RGB Variations
Color information
#245945 (or 0x245945) is known color: Evening Sea. HEX triplet: 24, 59 and 45. RGB value is (36,89,69). Sum of RGB (Red+Green+Blue) = 36+89+69=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #245945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245945 is #DBA6BA. Grayscale: #464646. Windows color (decimal): -14395067 or 4544804. OLE color: 4544804.
HSL color Cylindrical-coordinate representation of color #245945: hue angle of 157.36º degrees, saturation: 0.42, 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 #245945 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 89 | 69 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.65 |
| HSL | 157.36º | 0.42% | 0.25% | - |
| HSV(B) | 157.36º | 0.6% | 0.35% | - |
| XYZ | 5.37 | 7.95 | 6.88 | - |
| YUV | 70.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 69 | 0.60 | 0 | 0.22 | 0.65 | 157.36 | 0.42 | 0.25 |
| Hex | 24 | 59 | 45 | 3C | 0 | 16 | 41 | 9D | 2A | 19 |
| Octal | 44 | 131 | 105 | 74 | 0 | 26 | 101 | 235 | 52 | 31 |
| Binary | 100100 | 1011001 | 1000101 | 111100 | 0 | 10110 | 1000001 | 10011101 | 101010 | 11001 |
Color Harmonies of #245945
Complementary color
Monochromatic Colors of #245945
Black with #245945
Text Example
Text Example
White with #245945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245945; }
p { color: rgb(36,89,69); }
H1.HeaderClassName
{
color: #245945;
}
.AnyTagClassName
{
color: #245945;
}
</style>
background-color css
<style>
a { background-color: #245945; }
a { background-color: rgb(36,89,69); }
div.DivClassName
{
background-color: #245945;
}
.BgClassName
{
background-color: #245945;
}
</style>
border-color css
<style>
span { border-color: #245945; }
span { border-color: rgb(36,89,69); }
td.TdClassName
{
border-color: #245945;
}
.TagClassName
{
border-color: #245945;
}
</style>