Shades of Eden #20675A
Tints of Eden #20675A
RGB
CMYK
RGB Variations
Color information
#20675A (or 0x20675A) is known color: Eden. HEX triplet: 20, 67 and 5A. RGB value is (32,103,90). Sum of RGB (Red+Green+Blue) = 32+103+90=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #20675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20675A is #DF98A5. Grayscale: #505050. Windows color (decimal): -14653606 or 5924640. OLE color: 5924640.
HSL color Cylindrical-coordinate representation of color #20675A: hue angle of 169.01º 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 #20675A is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 90 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.60 |
| HSL | 169.01º | 0.53% | 0.26% | - |
| HSV(B) | 169.01º | 0.69% | 0.4% | - |
| XYZ | 7.29 | 10.75 | 11.36 | - |
| YUV | 80.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 90 | 0.69 | 0 | 0.13 | 0.60 | 169.01 | 0.53 | 0.26 |
| Hex | 20 | 67 | 5A | 45 | 0 | D | 3C | A9 | 35 | 1A |
| Octal | 40 | 147 | 132 | 105 | 0 | 15 | 74 | 251 | 65 | 32 |
| Binary | 100000 | 1100111 | 1011010 | 1000101 | 0 | 1101 | 111100 | 10101001 | 110101 | 11010 |
Color Harmonies of #20675A
Complementary color
Monochromatic Colors of #20675A
Black with #20675A
Text Example
Text Example
White with #20675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20675A; }
p { color: rgb(32,103,90); }
H1.HeaderClassName
{
color: #20675A;
}
.AnyTagClassName
{
color: #20675A;
}
</style>
background-color css
<style>
a { background-color: #20675A; }
a { background-color: rgb(32,103,90); }
div.DivClassName
{
background-color: #20675A;
}
.BgClassName
{
background-color: #20675A;
}
</style>
border-color css
<style>
span { border-color: #20675A; }
span { border-color: rgb(32,103,90); }
td.TdClassName
{
border-color: #20675A;
}
.TagClassName
{
border-color: #20675A;
}
</style>