Shades of Evening Sea #1C5949
Tints of Evening Sea #1C5949
RGB
CMYK
RGB Variations
Color information
#1C5949 (or 0x1C5949) is known color: Evening Sea. HEX triplet: 1C, 59 and 49. RGB value is (28,89,73). Sum of RGB (Red+Green+Blue) = 28+89+73=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #1C5949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5949 is #E3A6B6. Grayscale: #444444. Windows color (decimal): -14919351 or 4806940. OLE color: 4806940.
HSL color Cylindrical-coordinate representation of color #1C5949: hue angle of 164.26º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C5949 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 89 | 73 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.65 |
| HSL | 164.26º | 0.52% | 0.23% | - |
| HSV(B) | 164.26º | 0.69% | 0.35% | - |
| XYZ | 5.25 | 7.87 | 7.55 | - |
| YUV | 68.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 89 | 73 | 0.69 | 0 | 0.18 | 0.65 | 164.26 | 0.52 | 0.23 |
| Hex | 1C | 59 | 49 | 45 | 0 | 12 | 41 | A4 | 34 | 17 |
| Octal | 34 | 131 | 111 | 105 | 0 | 22 | 101 | 244 | 64 | 27 |
| Binary | 11100 | 1011001 | 1001001 | 1000101 | 0 | 10010 | 1000001 | 10100100 | 110100 | 10111 |
Color Harmonies of #1C5949
Complementary color
Monochromatic Colors of #1C5949
Black with #1C5949
Text Example
Text Example
White with #1C5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5949; }
p { color: rgb(28,89,73); }
H1.HeaderClassName
{
color: #1C5949;
}
.AnyTagClassName
{
color: #1C5949;
}
</style>
background-color css
<style>
a { background-color: #1C5949; }
a { background-color: rgb(28,89,73); }
div.DivClassName
{
background-color: #1C5949;
}
.BgClassName
{
background-color: #1C5949;
}
</style>
border-color css
<style>
span { border-color: #1C5949; }
span { border-color: rgb(28,89,73); }
td.TdClassName
{
border-color: #1C5949;
}
.TagClassName
{
border-color: #1C5949;
}
</style>