Shades of Eden #20675D
Tints of Eden #20675D
RGB
CMYK
RGB Variations
Color information
#20675D (or 0x20675D) is known color: Eden. HEX triplet: 20, 67 and 5D. RGB value is (32,103,93). Sum of RGB (Red+Green+Blue) = 32+103+93=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #20675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20675D is #DF98A2. Grayscale: #505050. Windows color (decimal): -14653603 or 6121248. OLE color: 6121248.
HSL color Cylindrical-coordinate representation of color #20675D: hue angle of 171.55º degrees, saturation: 0.53, 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 #20675D is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 93 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.60 |
| HSL | 171.55º | 0.53% | 0.26% | - |
| HSV(B) | 171.55º | 0.69% | 0.4% | - |
| XYZ | 7.42 | 10.8 | 12.05 | - |
| YUV | 80.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 93 | 0.69 | 0 | 0.10 | 0.60 | 171.55 | 0.53 | 0.26 |
| Hex | 20 | 67 | 5D | 45 | 0 | A | 3C | AC | 35 | 1A |
| Octal | 40 | 147 | 135 | 105 | 0 | 12 | 74 | 254 | 65 | 32 |
| Binary | 100000 | 1100111 | 1011101 | 1000101 | 0 | 1010 | 111100 | 10101100 | 110101 | 11010 |
Color Harmonies of #20675D
Complementary color
Monochromatic Colors of #20675D
Black with #20675D
Text Example
Text Example
White with #20675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20675D; }
p { color: rgb(32,103,93); }
H1.HeaderClassName
{
color: #20675D;
}
.AnyTagClassName
{
color: #20675D;
}
</style>
background-color css
<style>
a { background-color: #20675D; }
a { background-color: rgb(32,103,93); }
div.DivClassName
{
background-color: #20675D;
}
.BgClassName
{
background-color: #20675D;
}
</style>
border-color css
<style>
span { border-color: #20675D; }
span { border-color: rgb(32,103,93); }
td.TdClassName
{
border-color: #20675D;
}
.TagClassName
{
border-color: #20675D;
}
</style>