Shades of Evening Sea #1C544A
Tints of Evening Sea #1C544A
RGB
CMYK
RGB Variations
Color information
#1C544A (or 0x1C544A) is known color: Evening Sea. HEX triplet: 1C, 54 and 4A. RGB value is (28,84,74). Sum of RGB (Red+Green+Blue) = 28+84+74=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #1C544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C544A is #E3ABB5. Grayscale: #424242. Windows color (decimal): -14920630 or 4871196. OLE color: 4871196.
HSL color Cylindrical-coordinate representation of color #1C544A: hue angle of 169.29º 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 #1C544A is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 84 | 74 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.67 |
| HSL | 169.29º | 0.5% | 0.22% | - |
| HSV(B) | 169.29º | 0.67% | 0.33% | - |
| XYZ | 4.89 | 7.08 | 7.59 | - |
| YUV | 66.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 84 | 74 | 0.67 | 0 | 0.12 | 0.67 | 169.29 | 0.5 | 0.22 |
| Hex | 1C | 54 | 4A | 43 | 0 | C | 43 | A9 | 32 | 16 |
| Octal | 34 | 124 | 112 | 103 | 0 | 14 | 103 | 251 | 62 | 26 |
| Binary | 11100 | 1010100 | 1001010 | 1000011 | 0 | 1100 | 1000011 | 10101001 | 110010 | 10110 |
Color Harmonies of #1C544A
Complementary color
Monochromatic Colors of #1C544A
Black with #1C544A
Text Example
Text Example
White with #1C544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C544A; }
p { color: rgb(28,84,74); }
H1.HeaderClassName
{
color: #1C544A;
}
.AnyTagClassName
{
color: #1C544A;
}
</style>
background-color css
<style>
a { background-color: #1C544A; }
a { background-color: rgb(28,84,74); }
div.DivClassName
{
background-color: #1C544A;
}
.BgClassName
{
background-color: #1C544A;
}
</style>
border-color css
<style>
span { border-color: #1C544A; }
span { border-color: rgb(28,84,74); }
td.TdClassName
{
border-color: #1C544A;
}
.TagClassName
{
border-color: #1C544A;
}
</style>