Shades of Evening Sea #205D49
Tints of Evening Sea #205D49
RGB
CMYK
RGB Variations
Color information
#205D49 (or 0x205D49) is known color: Evening Sea. HEX triplet: 20, 5D and 49. RGB value is (32,93,73). Sum of RGB (Red+Green+Blue) = 32+93+73=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #205D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D49 is #DFA2B6. Grayscale: #484848. Windows color (decimal): -14656183 or 4807968. OLE color: 4807968.
HSL color Cylindrical-coordinate representation of color #205D49: hue angle of 160.33º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D49 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 73 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.64 |
| HSL | 160.33º | 0.49% | 0.25% | - |
| HSV(B) | 160.33º | 0.66% | 0.36% | - |
| XYZ | 5.71 | 8.62 | 7.67 | - |
| YUV | 72.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 73 | 0.66 | 0 | 0.22 | 0.64 | 160.33 | 0.49 | 0.25 |
| Hex | 20 | 5D | 49 | 42 | 0 | 16 | 40 | A0 | 31 | 19 |
| Octal | 40 | 135 | 111 | 102 | 0 | 26 | 100 | 240 | 61 | 31 |
| Binary | 100000 | 1011101 | 1001001 | 1000010 | 0 | 10110 | 1000000 | 10100000 | 110001 | 11001 |
Color Harmonies of #205D49
Complementary color
Monochromatic Colors of #205D49
Black with #205D49
Text Example
Text Example
White with #205D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D49; }
p { color: rgb(32,93,73); }
H1.HeaderClassName
{
color: #205D49;
}
.AnyTagClassName
{
color: #205D49;
}
</style>
background-color css
<style>
a { background-color: #205D49; }
a { background-color: rgb(32,93,73); }
div.DivClassName
{
background-color: #205D49;
}
.BgClassName
{
background-color: #205D49;
}
</style>
border-color css
<style>
span { border-color: #205D49; }
span { border-color: rgb(32,93,73); }
td.TdClassName
{
border-color: #205D49;
}
.TagClassName
{
border-color: #205D49;
}
</style>