Shades of Eden #205D52
Tints of Eden #205D52
RGB
CMYK
RGB Variations
Color information
#205D52 (or 0x205D52) is known color: Eden. HEX triplet: 20, 5D and 52. RGB value is (32,93,82). Sum of RGB (Red+Green+Blue) = 32+93+82=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #205D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D52 is #DFA2AD. Grayscale: #494949. Windows color (decimal): -14656174 or 5397792. OLE color: 5397792.
HSL color Cylindrical-coordinate representation of color #205D52: hue angle of 169.18º 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 #205D52 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 82 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.64 |
| HSL | 169.18º | 0.49% | 0.25% | - |
| HSV(B) | 169.18º | 0.66% | 0.36% | - |
| XYZ | 6.03 | 8.74 | 9.35 | - |
| YUV | 73.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 82 | 0.66 | 0 | 0.12 | 0.64 | 169.18 | 0.49 | 0.25 |
| Hex | 20 | 5D | 52 | 42 | 0 | C | 40 | A9 | 31 | 19 |
| Octal | 40 | 135 | 122 | 102 | 0 | 14 | 100 | 251 | 61 | 31 |
| Binary | 100000 | 1011101 | 1010010 | 1000010 | 0 | 1100 | 1000000 | 10101001 | 110001 | 11001 |
Color Harmonies of #205D52
Complementary color
Monochromatic Colors of #205D52
Black with #205D52
Text Example
Text Example
White with #205D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D52; }
p { color: rgb(32,93,82); }
H1.HeaderClassName
{
color: #205D52;
}
.AnyTagClassName
{
color: #205D52;
}
</style>
background-color css
<style>
a { background-color: #205D52; }
a { background-color: rgb(32,93,82); }
div.DivClassName
{
background-color: #205D52;
}
.BgClassName
{
background-color: #205D52;
}
</style>
border-color css
<style>
span { border-color: #205D52; }
span { border-color: rgb(32,93,82); }
td.TdClassName
{
border-color: #205D52;
}
.TagClassName
{
border-color: #205D52;
}
</style>