Shades of Evening Sea #1C5848
Tints of Evening Sea #1C5848
RGB
CMYK
RGB Variations
Color information
#1C5848 (or 0x1C5848) is known color: Evening Sea. HEX triplet: 1C, 58 and 48. RGB value is (28,88,72). Sum of RGB (Red+Green+Blue) = 28+88+72=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #1C5848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5848 is #E3A7B7. Grayscale: #444444. Windows color (decimal): -14919608 or 4741148. OLE color: 4741148.
HSL color Cylindrical-coordinate representation of color #1C5848: hue angle of 164º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C5848 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 88 | 72 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.65 |
| HSL | 164º | 0.52% | 0.23% | - |
| HSV(B) | 164º | 0.68% | 0.35% | - |
| XYZ | 5.14 | 7.69 | 7.35 | - |
| YUV | 68.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 72 | 0.68 | 0 | 0.18 | 0.65 | 164 | 0.52 | 0.23 |
| Hex | 1C | 58 | 48 | 44 | 0 | 12 | 41 | A4 | 34 | 17 |
| Octal | 34 | 130 | 110 | 104 | 0 | 22 | 101 | 244 | 64 | 27 |
| Binary | 11100 | 1011000 | 1001000 | 1000100 | 0 | 10010 | 1000001 | 10100100 | 110100 | 10111 |
Color Harmonies of #1C5848
Complementary color
Monochromatic Colors of #1C5848
Black with #1C5848
Text Example
Text Example
White with #1C5848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5848; }
p { color: rgb(28,88,72); }
H1.HeaderClassName
{
color: #1C5848;
}
.AnyTagClassName
{
color: #1C5848;
}
</style>
background-color css
<style>
a { background-color: #1C5848; }
a { background-color: rgb(28,88,72); }
div.DivClassName
{
background-color: #1C5848;
}
.BgClassName
{
background-color: #1C5848;
}
</style>
border-color css
<style>
span { border-color: #1C5848; }
span { border-color: rgb(28,88,72); }
td.TdClassName
{
border-color: #1C5848;
}
.TagClassName
{
border-color: #1C5848;
}
</style>