Shades of Eden #20574E
Tints of Eden #20574E
RGB
CMYK
RGB Variations
Color information
#20574E (or 0x20574E) is known color: Eden. HEX triplet: 20, 57 and 4E. RGB value is (32,87,78). Sum of RGB (Red+Green+Blue) = 32+87+78=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #20574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20574E is #DFA8B1. Grayscale: #454545. Windows color (decimal): -14657714 or 5134112. OLE color: 5134112.
HSL color Cylindrical-coordinate representation of color #20574E: hue angle of 170.18º 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 #20574E is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 87 | 78 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.66 |
| HSL | 170.18º | 0.46% | 0.23% | - |
| HSV(B) | 170.18º | 0.63% | 0.34% | - |
| XYZ | 5.38 | 7.67 | 8.41 | - |
| YUV | 69.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 78 | 0.63 | 0 | 0.10 | 0.66 | 170.18 | 0.46 | 0.23 |
| Hex | 20 | 57 | 4E | 3F | 0 | A | 42 | AA | 2E | 17 |
| Octal | 40 | 127 | 116 | 77 | 0 | 12 | 102 | 252 | 56 | 27 |
| Binary | 100000 | 1010111 | 1001110 | 111111 | 0 | 1010 | 1000010 | 10101010 | 101110 | 10111 |
Color Harmonies of #20574E
Complementary color
Monochromatic Colors of #20574E
Black with #20574E
Text Example
Text Example
White with #20574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20574E; }
p { color: rgb(32,87,78); }
H1.HeaderClassName
{
color: #20574E;
}
.AnyTagClassName
{
color: #20574E;
}
</style>
background-color css
<style>
a { background-color: #20574E; }
a { background-color: rgb(32,87,78); }
div.DivClassName
{
background-color: #20574E;
}
.BgClassName
{
background-color: #20574E;
}
</style>
border-color css
<style>
span { border-color: #20574E; }
span { border-color: rgb(32,87,78); }
td.TdClassName
{
border-color: #20574E;
}
.TagClassName
{
border-color: #20574E;
}
</style>