Shades of Eden #20625A
Tints of Eden #20625A
RGB
CMYK
RGB Variations
Color information
#20625A (or 0x20625A) is known color: Eden. HEX triplet: 20, 62 and 5A. RGB value is (32,98,90). Sum of RGB (Red+Green+Blue) = 32+98+90=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #20625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20625A is #DF9DA5. Grayscale: #4D4D4D. Windows color (decimal): -14654886 or 5923360. OLE color: 5923360.
HSL color Cylindrical-coordinate representation of color #20625A: hue angle of 172.73º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20625A is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 98 | 90 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.62 |
| HSL | 172.73º | 0.51% | 0.25% | - |
| HSV(B) | 172.73º | 0.67% | 0.38% | - |
| XYZ | 6.81 | 9.78 | 11.2 | - |
| YUV | 77.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 90 | 0.67 | 0 | 0.08 | 0.62 | 172.73 | 0.51 | 0.25 |
| Hex | 20 | 62 | 5A | 43 | 0 | 8 | 3E | AD | 33 | 19 |
| Octal | 40 | 142 | 132 | 103 | 0 | 10 | 76 | 255 | 63 | 31 |
| Binary | 100000 | 1100010 | 1011010 | 1000011 | 0 | 1000 | 111110 | 10101101 | 110011 | 11001 |
Color Harmonies of #20625A
Complementary color
Monochromatic Colors of #20625A
Black with #20625A
Text Example
Text Example
White with #20625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20625A; }
p { color: rgb(32,98,90); }
H1.HeaderClassName
{
color: #20625A;
}
.AnyTagClassName
{
color: #20625A;
}
</style>
background-color css
<style>
a { background-color: #20625A; }
a { background-color: rgb(32,98,90); }
div.DivClassName
{
background-color: #20625A;
}
.BgClassName
{
background-color: #20625A;
}
</style>
border-color css
<style>
span { border-color: #20625A; }
span { border-color: rgb(32,98,90); }
td.TdClassName
{
border-color: #20625A;
}
.TagClassName
{
border-color: #20625A;
}
</style>