Shades of Eden #20685C
Tints of Eden #20685C
RGB
CMYK
RGB Variations
Color information
#20685C (or 0x20685C) is known color: Eden. HEX triplet: 20, 68 and 5C. RGB value is (32,104,92). Sum of RGB (Red+Green+Blue) = 32+104+92=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #20685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20685C is #DF97A3. Grayscale: #515151. Windows color (decimal): -14653348 or 6055968. OLE color: 6055968.
HSL color Cylindrical-coordinate representation of color #20685C: hue angle of 170º 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 #20685C is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 104 | 92 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.59 |
| HSL | 170º | 0.53% | 0.27% | - |
| HSV(B) | 170º | 0.69% | 0.41% | - |
| XYZ | 7.48 | 10.98 | 11.85 | - |
| YUV | 81.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 92 | 0.69 | 0 | 0.12 | 0.59 | 170 | 0.53 | 0.27 |
| Hex | 20 | 68 | 5C | 45 | 0 | C | 3B | AA | 35 | 1B |
| Octal | 40 | 150 | 134 | 105 | 0 | 14 | 73 | 252 | 65 | 33 |
| Binary | 100000 | 1101000 | 1011100 | 1000101 | 0 | 1100 | 111011 | 10101010 | 110101 | 11011 |
Color Harmonies of #20685C
Complementary color
Monochromatic Colors of #20685C
Black with #20685C
Text Example
Text Example
White with #20685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20685C; }
p { color: rgb(32,104,92); }
H1.HeaderClassName
{
color: #20685C;
}
.AnyTagClassName
{
color: #20685C;
}
</style>
background-color css
<style>
a { background-color: #20685C; }
a { background-color: rgb(32,104,92); }
div.DivClassName
{
background-color: #20685C;
}
.BgClassName
{
background-color: #20685C;
}
</style>
border-color css
<style>
span { border-color: #20685C; }
span { border-color: rgb(32,104,92); }
td.TdClassName
{
border-color: #20685C;
}
.TagClassName
{
border-color: #20685C;
}
</style>