Shades of Evening Sea #1C5545
Tints of Evening Sea #1C5545
RGB
CMYK
RGB Variations
Color information
#1C5545 (or 0x1C5545) is known color: Evening Sea. HEX triplet: 1C, 55 and 45. RGB value is (28,85,69). Sum of RGB (Red+Green+Blue) = 28+85+69=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5545 is #E3AABA. Grayscale: #424242. Windows color (decimal): -14920379 or 4543772. OLE color: 4543772.
HSL color Cylindrical-coordinate representation of color #1C5545: hue angle of 163.16º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5545 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 85 | 69 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.67 |
| HSL | 163.16º | 0.5% | 0.22% | - |
| HSV(B) | 163.16º | 0.67% | 0.33% | - |
| XYZ | 4.8 | 7.17 | 6.76 | - |
| YUV | 66.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 85 | 69 | 0.67 | 0 | 0.19 | 0.67 | 163.16 | 0.5 | 0.22 |
| Hex | 1C | 55 | 45 | 43 | 0 | 13 | 43 | A3 | 32 | 16 |
| Octal | 34 | 125 | 105 | 103 | 0 | 23 | 103 | 243 | 62 | 26 |
| Binary | 11100 | 1010101 | 1000101 | 1000011 | 0 | 10011 | 1000011 | 10100011 | 110010 | 10110 |
Color Harmonies of #1C5545
Complementary color
Monochromatic Colors of #1C5545
Black with #1C5545
Text Example
Text Example
White with #1C5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5545; }
p { color: rgb(28,85,69); }
H1.HeaderClassName
{
color: #1C5545;
}
.AnyTagClassName
{
color: #1C5545;
}
</style>
background-color css
<style>
a { background-color: #1C5545; }
a { background-color: rgb(28,85,69); }
div.DivClassName
{
background-color: #1C5545;
}
.BgClassName
{
background-color: #1C5545;
}
</style>
border-color css
<style>
span { border-color: #1C5545; }
span { border-color: rgb(28,85,69); }
td.TdClassName
{
border-color: #1C5545;
}
.TagClassName
{
border-color: #1C5545;
}
</style>