Shades of Eden #20665D
Tints of Eden #20665D
RGB
CMYK
RGB Variations
Color information
#20665D (or 0x20665D) is known color: Eden. HEX triplet: 20, 66 and 5D. RGB value is (32,102,93). Sum of RGB (Red+Green+Blue) = 32+102+93=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #20665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20665D is #DF99A2. Grayscale: #505050. Windows color (decimal): -14653859 or 6120992. OLE color: 6120992.
HSL color Cylindrical-coordinate representation of color #20665D: hue angle of 172.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20665D is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 93 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.6 |
| HSL | 172.29º | 0.52% | 0.26% | - |
| HSV(B) | 172.29º | 0.69% | 0.4% | - |
| XYZ | 7.32 | 10.6 | 12.02 | - |
| YUV | 80.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 93 | 0.69 | 0 | 0.09 | 0.6 | 172.29 | 0.52 | 0.26 |
| Hex | 20 | 66 | 5D | 45 | 0 | 9 | 3C | AC | 34 | 1A |
| Octal | 40 | 146 | 135 | 105 | 0 | 11 | 74 | 254 | 64 | 32 |
| Binary | 100000 | 1100110 | 1011101 | 1000101 | 0 | 1001 | 111100 | 10101100 | 110100 | 11010 |
Color Harmonies of #20665D
Complementary color
Monochromatic Colors of #20665D
Black with #20665D
Text Example
Text Example
White with #20665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20665D; }
p { color: rgb(32,102,93); }
H1.HeaderClassName
{
color: #20665D;
}
.AnyTagClassName
{
color: #20665D;
}
</style>
background-color css
<style>
a { background-color: #20665D; }
a { background-color: rgb(32,102,93); }
div.DivClassName
{
background-color: #20665D;
}
.BgClassName
{
background-color: #20665D;
}
</style>
border-color css
<style>
span { border-color: #20665D; }
span { border-color: rgb(32,102,93); }
td.TdClassName
{
border-color: #20665D;
}
.TagClassName
{
border-color: #20665D;
}
</style>