Shades of Evening Sea #1C5C45
Tints of Evening Sea #1C5C45
RGB
CMYK
RGB Variations
Color information
#1C5C45 (or 0x1C5C45) is known color: Evening Sea. HEX triplet: 1C, 5C and 45. RGB value is (28,92,69). Sum of RGB (Red+Green+Blue) = 28+92+69=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5C45 is #E3A3BA. Grayscale: #464646. Windows color (decimal): -14918587 or 4545564. OLE color: 4545564.
HSL color Cylindrical-coordinate representation of color #1C5C45: hue angle of 158.44º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5C45 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 92 | 69 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.64 |
| HSL | 158.44º | 0.53% | 0.24% | - |
| HSV(B) | 158.44º | 0.7% | 0.36% | - |
| XYZ | 5.38 | 8.33 | 6.95 | - |
| YUV | 70.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 69 | 0.70 | 0 | 0.25 | 0.64 | 158.44 | 0.53 | 0.24 |
| Hex | 1C | 5C | 45 | 46 | 0 | 19 | 40 | 9E | 35 | 18 |
| Octal | 34 | 134 | 105 | 106 | 0 | 31 | 100 | 236 | 65 | 30 |
| Binary | 11100 | 1011100 | 1000101 | 1000110 | 0 | 11001 | 1000000 | 10011110 | 110101 | 11000 |
Color Harmonies of #1C5C45
Complementary color
Monochromatic Colors of #1C5C45
Black with #1C5C45
Text Example
Text Example
White with #1C5C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5C45; }
p { color: rgb(28,92,69); }
H1.HeaderClassName
{
color: #1C5C45;
}
.AnyTagClassName
{
color: #1C5C45;
}
</style>
background-color css
<style>
a { background-color: #1C5C45; }
a { background-color: rgb(28,92,69); }
div.DivClassName
{
background-color: #1C5C45;
}
.BgClassName
{
background-color: #1C5C45;
}
</style>
border-color css
<style>
span { border-color: #1C5C45; }
span { border-color: rgb(28,92,69); }
td.TdClassName
{
border-color: #1C5C45;
}
.TagClassName
{
border-color: #1C5C45;
}
</style>