Shades of Eden #20725A
Tints of Eden #20725A
RGB
CMYK
RGB Variations
Color information
#20725A (or 0x20725A) is known color: Eden. HEX triplet: 20, 72 and 5A. RGB value is (32,114,90). Sum of RGB (Red+Green+Blue) = 32+114+90=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #20725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20725A is #DF8DA5. Grayscale: #565656. Windows color (decimal): -14650790 or 5927456. OLE color: 5927456.
HSL color Cylindrical-coordinate representation of color #20725A: hue angle of 162.44º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20725A is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 114 | 90 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.55 |
| HSL | 162.44º | 0.56% | 0.29% | - |
| HSV(B) | 162.44º | 0.72% | 0.45% | - |
| XYZ | 8.46 | 13.08 | 11.75 | - |
| YUV | 86.75 | 129.83 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 90 | 0.72 | 0 | 0.21 | 0.55 | 162.44 | 0.56 | 0.29 |
| Hex | 20 | 72 | 5A | 48 | 0 | 15 | 37 | A2 | 38 | 1D |
| Octal | 40 | 162 | 132 | 110 | 0 | 25 | 67 | 242 | 70 | 35 |
| Binary | 100000 | 1110010 | 1011010 | 1001000 | 0 | 10101 | 110111 | 10100010 | 111000 | 11101 |
Color Harmonies of #20725A
Complementary color
Monochromatic Colors of #20725A
Black with #20725A
Text Example
Text Example
White with #20725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20725A; }
p { color: rgb(32,114,90); }
H1.HeaderClassName
{
color: #20725A;
}
.AnyTagClassName
{
color: #20725A;
}
</style>
background-color css
<style>
a { background-color: #20725A; }
a { background-color: rgb(32,114,90); }
div.DivClassName
{
background-color: #20725A;
}
.BgClassName
{
background-color: #20725A;
}
</style>
border-color css
<style>
span { border-color: #20725A; }
span { border-color: rgb(32,114,90); }
td.TdClassName
{
border-color: #20725A;
}
.TagClassName
{
border-color: #20725A;
}
</style>