Shades of Eden #20705C
Tints of Eden #20705C
RGB
CMYK
RGB Variations
Color information
#20705C (or 0x20705C) is known color: Eden. HEX triplet: 20, 70 and 5C. RGB value is (32,112,92). Sum of RGB (Red+Green+Blue) = 32+112+92=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #20705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20705C is #DF8FA3. Grayscale: #555555. Windows color (decimal): -14651300 or 6058016. OLE color: 6058016.
HSL color Cylindrical-coordinate representation of color #20705C: hue angle of 165º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20705C is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 112 | 92 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.56 |
| HSL | 165º | 0.56% | 0.28% | - |
| HSV(B) | 165º | 0.71% | 0.44% | - |
| XYZ | 8.32 | 12.67 | 12.13 | - |
| YUV | 85.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 92 | 0.71 | 0 | 0.18 | 0.56 | 165 | 0.56 | 0.28 |
| Hex | 20 | 70 | 5C | 47 | 0 | 12 | 38 | A5 | 38 | 1C |
| Octal | 40 | 160 | 134 | 107 | 0 | 22 | 70 | 245 | 70 | 34 |
| Binary | 100000 | 1110000 | 1011100 | 1000111 | 0 | 10010 | 111000 | 10100101 | 111000 | 11100 |
Color Harmonies of #20705C
Complementary color
Monochromatic Colors of #20705C
Black with #20705C
Text Example
Text Example
White with #20705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20705C; }
p { color: rgb(32,112,92); }
H1.HeaderClassName
{
color: #20705C;
}
.AnyTagClassName
{
color: #20705C;
}
</style>
background-color css
<style>
a { background-color: #20705C; }
a { background-color: rgb(32,112,92); }
div.DivClassName
{
background-color: #20705C;
}
.BgClassName
{
background-color: #20705C;
}
</style>
border-color css
<style>
span { border-color: #20705C; }
span { border-color: rgb(32,112,92); }
td.TdClassName
{
border-color: #20705C;
}
.TagClassName
{
border-color: #20705C;
}
</style>