Shades of Evening Sea #1C5C46
Tints of Evening Sea #1C5C46
RGB
CMYK
RGB Variations
Color information
#1C5C46 (or 0x1C5C46) is known color: Evening Sea. HEX triplet: 1C, 5C and 46. RGB value is (28,92,70). Sum of RGB (Red+Green+Blue) = 28+92+70=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5C46 is #E3A3B9. Grayscale: #464646. Windows color (decimal): -14918586 or 4611100. OLE color: 4611100.
HSL color Cylindrical-coordinate representation of color #1C5C46: hue angle of 159.38º 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 #1C5C46 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 92 | 70 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.64 |
| HSL | 159.38º | 0.53% | 0.24% | - |
| HSV(B) | 159.38º | 0.7% | 0.36% | - |
| XYZ | 5.41 | 8.34 | 7.12 | - |
| YUV | 70.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 70 | 0.70 | 0 | 0.24 | 0.64 | 159.38 | 0.53 | 0.24 |
| Hex | 1C | 5C | 46 | 46 | 0 | 18 | 40 | 9F | 35 | 18 |
| Octal | 34 | 134 | 106 | 106 | 0 | 30 | 100 | 237 | 65 | 30 |
| Binary | 11100 | 1011100 | 1000110 | 1000110 | 0 | 11000 | 1000000 | 10011111 | 110101 | 11000 |
Color Harmonies of #1C5C46
Complementary color
Monochromatic Colors of #1C5C46
Black with #1C5C46
Text Example
Text Example
White with #1C5C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5C46; }
p { color: rgb(28,92,70); }
H1.HeaderClassName
{
color: #1C5C46;
}
.AnyTagClassName
{
color: #1C5C46;
}
</style>
background-color css
<style>
a { background-color: #1C5C46; }
a { background-color: rgb(28,92,70); }
div.DivClassName
{
background-color: #1C5C46;
}
.BgClassName
{
background-color: #1C5C46;
}
</style>
border-color css
<style>
span { border-color: #1C5C46; }
span { border-color: rgb(28,92,70); }
td.TdClassName
{
border-color: #1C5C46;
}
.TagClassName
{
border-color: #1C5C46;
}
</style>