Shades of Eden #205F52
Tints of Eden #205F52
RGB
CMYK
RGB Variations
Color information
#205F52 (or 0x205F52) is known color: Eden. HEX triplet: 20, 5F and 52. RGB value is (32,95,82). Sum of RGB (Red+Green+Blue) = 32+95+82=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #205F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F52 is #DFA0AD. Grayscale: #4A4A4A. Windows color (decimal): -14655662 or 5398304. OLE color: 5398304.
HSL color Cylindrical-coordinate representation of color #205F52: hue angle of 167.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F52 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 82 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.63 |
| HSL | 167.62º | 0.5% | 0.25% | - |
| HSV(B) | 167.62º | 0.66% | 0.37% | - |
| XYZ | 6.21 | 9.1 | 9.41 | - |
| YUV | 74.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 82 | 0.66 | 0 | 0.14 | 0.63 | 167.62 | 0.5 | 0.25 |
| Hex | 20 | 5F | 52 | 42 | 0 | E | 3F | A8 | 32 | 19 |
| Octal | 40 | 137 | 122 | 102 | 0 | 16 | 77 | 250 | 62 | 31 |
| Binary | 100000 | 1011111 | 1010010 | 1000010 | 0 | 1110 | 111111 | 10101000 | 110010 | 11001 |
Color Harmonies of #205F52
Complementary color
Monochromatic Colors of #205F52
Black with #205F52
Text Example
Text Example
White with #205F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F52; }
p { color: rgb(32,95,82); }
H1.HeaderClassName
{
color: #205F52;
}
.AnyTagClassName
{
color: #205F52;
}
</style>
background-color css
<style>
a { background-color: #205F52; }
a { background-color: rgb(32,95,82); }
div.DivClassName
{
background-color: #205F52;
}
.BgClassName
{
background-color: #205F52;
}
</style>
border-color css
<style>
span { border-color: #205F52; }
span { border-color: rgb(32,95,82); }
td.TdClassName
{
border-color: #205F52;
}
.TagClassName
{
border-color: #205F52;
}
</style>