Shades of Eden #20715A
Tints of Eden #20715A
RGB
CMYK
RGB Variations
Color information
#20715A (or 0x20715A) is known color: Eden. HEX triplet: 20, 71 and 5A. RGB value is (32,113,90). Sum of RGB (Red+Green+Blue) = 32+113+90=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #20715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20715A is #DF8EA5. Grayscale: #565656. Windows color (decimal): -14651046 or 5927200. OLE color: 5927200.
HSL color Cylindrical-coordinate representation of color #20715A: hue angle of 162.96º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20715A is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 90 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.56 |
| HSL | 162.96º | 0.56% | 0.28% | - |
| HSV(B) | 162.96º | 0.72% | 0.44% | - |
| XYZ | 8.35 | 12.86 | 11.71 | - |
| YUV | 86.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 90 | 0.72 | 0 | 0.20 | 0.56 | 162.96 | 0.56 | 0.28 |
| Hex | 20 | 71 | 5A | 48 | 0 | 14 | 38 | A3 | 38 | 1C |
| Octal | 40 | 161 | 132 | 110 | 0 | 24 | 70 | 243 | 70 | 34 |
| Binary | 100000 | 1110001 | 1011010 | 1001000 | 0 | 10100 | 111000 | 10100011 | 111000 | 11100 |
Color Harmonies of #20715A
Complementary color
Monochromatic Colors of #20715A
Black with #20715A
Text Example
Text Example
White with #20715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20715A; }
p { color: rgb(32,113,90); }
H1.HeaderClassName
{
color: #20715A;
}
.AnyTagClassName
{
color: #20715A;
}
</style>
background-color css
<style>
a { background-color: #20715A; }
a { background-color: rgb(32,113,90); }
div.DivClassName
{
background-color: #20715A;
}
.BgClassName
{
background-color: #20715A;
}
</style>
border-color css
<style>
span { border-color: #20715A; }
span { border-color: rgb(32,113,90); }
td.TdClassName
{
border-color: #20715A;
}
.TagClassName
{
border-color: #20715A;
}
</style>