Shades of Evening Sea #205D47
Tints of Evening Sea #205D47
RGB
CMYK
RGB Variations
Color information
#205D47 (or 0x205D47) is known color: Evening Sea. HEX triplet: 20, 5D and 47. RGB value is (32,93,71). Sum of RGB (Red+Green+Blue) = 32+93+71=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #205D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D47 is #DFA2B8. Grayscale: #484848. Windows color (decimal): -14656185 or 4676896. OLE color: 4676896.
HSL color Cylindrical-coordinate representation of color #205D47: hue angle of 158.36º 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 #205D47 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 71 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.64 |
| HSL | 158.36º | 0.49% | 0.25% | - |
| HSV(B) | 158.36º | 0.66% | 0.36% | - |
| XYZ | 5.65 | 8.59 | 7.32 | - |
| YUV | 72.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 71 | 0.66 | 0 | 0.24 | 0.64 | 158.36 | 0.49 | 0.25 |
| Hex | 20 | 5D | 47 | 42 | 0 | 18 | 40 | 9E | 31 | 19 |
| Octal | 40 | 135 | 107 | 102 | 0 | 30 | 100 | 236 | 61 | 31 |
| Binary | 100000 | 1011101 | 1000111 | 1000010 | 0 | 11000 | 1000000 | 10011110 | 110001 | 11001 |
Color Harmonies of #205D47
Complementary color
Monochromatic Colors of #205D47
Black with #205D47
Text Example
Text Example
White with #205D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D47; }
p { color: rgb(32,93,71); }
H1.HeaderClassName
{
color: #205D47;
}
.AnyTagClassName
{
color: #205D47;
}
</style>
background-color css
<style>
a { background-color: #205D47; }
a { background-color: rgb(32,93,71); }
div.DivClassName
{
background-color: #205D47;
}
.BgClassName
{
background-color: #205D47;
}
</style>
border-color css
<style>
span { border-color: #205D47; }
span { border-color: rgb(32,93,71); }
td.TdClassName
{
border-color: #205D47;
}
.TagClassName
{
border-color: #205D47;
}
</style>