Shades of Evening Sea #1C5644
Tints of Evening Sea #1C5644
RGB
CMYK
RGB Variations
Color information
#1C5644 (or 0x1C5644) is known color: Evening Sea. HEX triplet: 1C, 56 and 44. RGB value is (28,86,68). Sum of RGB (Red+Green+Blue) = 28+86+68=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #1C5644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5644 is #E3A9BB. Grayscale: #424242. Windows color (decimal): -14920124 or 4478492. OLE color: 4478492.
HSL color Cylindrical-coordinate representation of color #1C5644: hue angle of 161.38º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5644 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 86 | 68 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.66 |
| HSL | 161.38º | 0.51% | 0.22% | - |
| HSV(B) | 161.38º | 0.67% | 0.34% | - |
| XYZ | 4.85 | 7.32 | 6.63 | - |
| YUV | 66.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 68 | 0.67 | 0 | 0.21 | 0.66 | 161.38 | 0.51 | 0.22 |
| Hex | 1C | 56 | 44 | 43 | 0 | 15 | 42 | A1 | 33 | 16 |
| Octal | 34 | 126 | 104 | 103 | 0 | 25 | 102 | 241 | 63 | 26 |
| Binary | 11100 | 1010110 | 1000100 | 1000011 | 0 | 10101 | 1000010 | 10100001 | 110011 | 10110 |
Color Harmonies of #1C5644
Complementary color
Monochromatic Colors of #1C5644
Black with #1C5644
Text Example
Text Example
White with #1C5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5644; }
p { color: rgb(28,86,68); }
H1.HeaderClassName
{
color: #1C5644;
}
.AnyTagClassName
{
color: #1C5644;
}
</style>
background-color css
<style>
a { background-color: #1C5644; }
a { background-color: rgb(28,86,68); }
div.DivClassName
{
background-color: #1C5644;
}
.BgClassName
{
background-color: #1C5644;
}
</style>
border-color css
<style>
span { border-color: #1C5644; }
span { border-color: rgb(28,86,68); }
td.TdClassName
{
border-color: #1C5644;
}
.TagClassName
{
border-color: #1C5644;
}
</style>