Shades of Eden #20675C
Tints of Eden #20675C
RGB
CMYK
RGB Variations
Color information
#20675C (or 0x20675C) is known color: Eden. HEX triplet: 20, 67 and 5C. RGB value is (32,103,92). Sum of RGB (Red+Green+Blue) = 32+103+92=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #20675C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20675C is #DF98A3. Grayscale: #505050. Windows color (decimal): -14653604 or 6055712. OLE color: 6055712.
HSL color Cylindrical-coordinate representation of color #20675C: hue angle of 170.7º 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 #20675C is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 92 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.60 |
| HSL | 170.7º | 0.53% | 0.26% | - |
| HSV(B) | 170.7º | 0.69% | 0.4% | - |
| XYZ | 7.38 | 10.78 | 11.82 | - |
| YUV | 80.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 92 | 0.69 | 0 | 0.11 | 0.60 | 170.7 | 0.53 | 0.26 |
| Hex | 20 | 67 | 5C | 45 | 0 | B | 3C | AB | 35 | 1A |
| Octal | 40 | 147 | 134 | 105 | 0 | 13 | 74 | 253 | 65 | 32 |
| Binary | 100000 | 1100111 | 1011100 | 1000101 | 0 | 1011 | 111100 | 10101011 | 110101 | 11010 |
Color Harmonies of #20675C
Complementary color
Monochromatic Colors of #20675C
Black with #20675C
Text Example
Text Example
White with #20675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20675C; }
p { color: rgb(32,103,92); }
H1.HeaderClassName
{
color: #20675C;
}
.AnyTagClassName
{
color: #20675C;
}
</style>
background-color css
<style>
a { background-color: #20675C; }
a { background-color: rgb(32,103,92); }
div.DivClassName
{
background-color: #20675C;
}
.BgClassName
{
background-color: #20675C;
}
</style>
border-color css
<style>
span { border-color: #20675C; }
span { border-color: rgb(32,103,92); }
td.TdClassName
{
border-color: #20675C;
}
.TagClassName
{
border-color: #20675C;
}
</style>