Shades of Evening Sea #20574A
Tints of Evening Sea #20574A
RGB
CMYK
RGB Variations
Color information
#20574A (or 0x20574A) is known color: Evening Sea. HEX triplet: 20, 57 and 4A. RGB value is (32,87,74). Sum of RGB (Red+Green+Blue) = 32+87+74=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #20574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20574A is #DFA8B5. Grayscale: #454545. Windows color (decimal): -14657718 or 4871968. OLE color: 4871968.
HSL color Cylindrical-coordinate representation of color #20574A: hue angle of 165.82º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20574A is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 87 | 74 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.66 |
| HSL | 165.82º | 0.46% | 0.23% | - |
| HSV(B) | 165.82º | 0.63% | 0.34% | - |
| XYZ | 5.24 | 7.62 | 7.67 | - |
| YUV | 69.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 74 | 0.63 | 0 | 0.15 | 0.66 | 165.82 | 0.46 | 0.23 |
| Hex | 20 | 57 | 4A | 3F | 0 | F | 42 | A6 | 2E | 17 |
| Octal | 40 | 127 | 112 | 77 | 0 | 17 | 102 | 246 | 56 | 27 |
| Binary | 100000 | 1010111 | 1001010 | 111111 | 0 | 1111 | 1000010 | 10100110 | 101110 | 10111 |
Color Harmonies of #20574A
Complementary color
Monochromatic Colors of #20574A
Black with #20574A
Text Example
Text Example
White with #20574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20574A; }
p { color: rgb(32,87,74); }
H1.HeaderClassName
{
color: #20574A;
}
.AnyTagClassName
{
color: #20574A;
}
</style>
background-color css
<style>
a { background-color: #20574A; }
a { background-color: rgb(32,87,74); }
div.DivClassName
{
background-color: #20574A;
}
.BgClassName
{
background-color: #20574A;
}
</style>
border-color css
<style>
span { border-color: #20574A; }
span { border-color: rgb(32,87,74); }
td.TdClassName
{
border-color: #20574A;
}
.TagClassName
{
border-color: #20574A;
}
</style>