Shades of Evening Sea #1C594B
Tints of Evening Sea #1C594B
RGB
CMYK
RGB Variations
Color information
#1C594B (or 0x1C594B) is known color: Evening Sea. HEX triplet: 1C, 59 and 4B. RGB value is (28,89,75). Sum of RGB (Red+Green+Blue) = 28+89+75=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #1C594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C594B is #E3A6B4. Grayscale: #454545. Windows color (decimal): -14919349 or 4938012. OLE color: 4938012.
HSL color Cylindrical-coordinate representation of color #1C594B: hue angle of 166.23º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C594B is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 89 | 75 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.65 |
| HSL | 166.23º | 0.52% | 0.23% | - |
| HSV(B) | 166.23º | 0.69% | 0.35% | - |
| XYZ | 5.32 | 7.9 | 7.9 | - |
| YUV | 69.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 89 | 75 | 0.69 | 0 | 0.16 | 0.65 | 166.23 | 0.52 | 0.23 |
| Hex | 1C | 59 | 4B | 45 | 0 | 10 | 41 | A6 | 34 | 17 |
| Octal | 34 | 131 | 113 | 105 | 0 | 20 | 101 | 246 | 64 | 27 |
| Binary | 11100 | 1011001 | 1001011 | 1000101 | 0 | 10000 | 1000001 | 10100110 | 110100 | 10111 |
Color Harmonies of #1C594B
Complementary color
Monochromatic Colors of #1C594B
Black with #1C594B
Text Example
Text Example
White with #1C594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C594B; }
p { color: rgb(28,89,75); }
H1.HeaderClassName
{
color: #1C594B;
}
.AnyTagClassName
{
color: #1C594B;
}
</style>
background-color css
<style>
a { background-color: #1C594B; }
a { background-color: rgb(28,89,75); }
div.DivClassName
{
background-color: #1C594B;
}
.BgClassName
{
background-color: #1C594B;
}
</style>
border-color css
<style>
span { border-color: #1C594B; }
span { border-color: rgb(28,89,75); }
td.TdClassName
{
border-color: #1C594B;
}
.TagClassName
{
border-color: #1C594B;
}
</style>