Shades of Eden #20685D
Tints of Eden #20685D
RGB
CMYK
RGB Variations
Color information
#20685D (or 0x20685D) is known color: Eden. HEX triplet: 20, 68 and 5D. RGB value is (32,104,93). Sum of RGB (Red+Green+Blue) = 32+104+93=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #20685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20685D is #DF97A2. Grayscale: #515151. Windows color (decimal): -14653347 or 6121504. OLE color: 6121504.
HSL color Cylindrical-coordinate representation of color #20685D: hue angle of 170.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20685D is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 104 | 93 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.59 |
| HSL | 170.83º | 0.53% | 0.27% | - |
| HSV(B) | 170.83º | 0.69% | 0.41% | - |
| XYZ | 7.52 | 11 | 12.08 | - |
| YUV | 81.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 93 | 0.69 | 0 | 0.11 | 0.59 | 170.83 | 0.53 | 0.27 |
| Hex | 20 | 68 | 5D | 45 | 0 | B | 3B | AB | 35 | 1B |
| Octal | 40 | 150 | 135 | 105 | 0 | 13 | 73 | 253 | 65 | 33 |
| Binary | 100000 | 1101000 | 1011101 | 1000101 | 0 | 1011 | 111011 | 10101011 | 110101 | 11011 |
Color Harmonies of #20685D
Complementary color
Monochromatic Colors of #20685D
Black with #20685D
Text Example
Text Example
White with #20685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20685D; }
p { color: rgb(32,104,93); }
H1.HeaderClassName
{
color: #20685D;
}
.AnyTagClassName
{
color: #20685D;
}
</style>
background-color css
<style>
a { background-color: #20685D; }
a { background-color: rgb(32,104,93); }
div.DivClassName
{
background-color: #20685D;
}
.BgClassName
{
background-color: #20685D;
}
</style>
border-color css
<style>
span { border-color: #20685D; }
span { border-color: rgb(32,104,93); }
td.TdClassName
{
border-color: #20685D;
}
.TagClassName
{
border-color: #20685D;
}
</style>