Shades of Eden #20695B
Tints of Eden #20695B
RGB
CMYK
RGB Variations
Color information
#20695B (or 0x20695B) is known color: Eden. HEX triplet: 20, 69 and 5B. RGB value is (32,105,91). Sum of RGB (Red+Green+Blue) = 32+105+91=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #20695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20695B is #DF96A4. Grayscale: #515151. Windows color (decimal): -14653093 or 5990688. OLE color: 5990688.
HSL color Cylindrical-coordinate representation of color #20695B: hue angle of 168.49º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20695B is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 105 | 91 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.59 |
| HSL | 168.49º | 0.53% | 0.27% | - |
| HSV(B) | 168.49º | 0.7% | 0.41% | - |
| XYZ | 7.54 | 11.17 | 11.66 | - |
| YUV | 81.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 91 | 0.70 | 0 | 0.13 | 0.59 | 168.49 | 0.53 | 0.27 |
| Hex | 20 | 69 | 5B | 46 | 0 | D | 3B | A8 | 35 | 1B |
| Octal | 40 | 151 | 133 | 106 | 0 | 15 | 73 | 250 | 65 | 33 |
| Binary | 100000 | 1101001 | 1011011 | 1000110 | 0 | 1101 | 111011 | 10101000 | 110101 | 11011 |
Color Harmonies of #20695B
Complementary color
Monochromatic Colors of #20695B
Black with #20695B
Text Example
Text Example
White with #20695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20695B; }
p { color: rgb(32,105,91); }
H1.HeaderClassName
{
color: #20695B;
}
.AnyTagClassName
{
color: #20695B;
}
</style>
background-color css
<style>
a { background-color: #20695B; }
a { background-color: rgb(32,105,91); }
div.DivClassName
{
background-color: #20695B;
}
.BgClassName
{
background-color: #20695B;
}
</style>
border-color css
<style>
span { border-color: #20695B; }
span { border-color: rgb(32,105,91); }
td.TdClassName
{
border-color: #20695B;
}
.TagClassName
{
border-color: #20695B;
}
</style>