Shades of Everglade #20462D
Tints of Everglade #20462D
RGB
CMYK
RGB Variations
Color information
#20462D (or 0x20462D) is known color: Everglade. HEX triplet: 20, 46 and 2D. RGB value is (32,70,45). Sum of RGB (Red+Green+Blue) = 32+70+45=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #20462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20462D is #DFB9D2. Grayscale: #373737. Windows color (decimal): -14662099 or 2967072. OLE color: 2967072.
HSL color Cylindrical-coordinate representation of color #20462D: hue angle of 140.53º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #20462D is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 70 | 45 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.73 |
| HSL | 140.53º | 0.37% | 0.2% | - |
| HSV(B) | 140.53º | 0.54% | 0.27% | - |
| XYZ | 3.26 | 4.88 | 3.25 | - |
| YUV | 55.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 45 | 0.54 | 0 | 0.36 | 0.73 | 140.53 | 0.37 | 0.2 |
| Hex | 20 | 46 | 2D | 36 | 0 | 24 | 49 | 8D | 25 | 14 |
| Octal | 40 | 106 | 55 | 66 | 0 | 44 | 111 | 215 | 45 | 24 |
| Binary | 100000 | 1000110 | 101101 | 110110 | 0 | 100100 | 1001001 | 10001101 | 100101 | 10100 |
Color Harmonies of #20462D
Complementary color
Monochromatic Colors of #20462D
Black with #20462D
Text Example
Text Example
White with #20462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20462D; }
p { color: rgb(32,70,45); }
H1.HeaderClassName
{
color: #20462D;
}
.AnyTagClassName
{
color: #20462D;
}
</style>
background-color css
<style>
a { background-color: #20462D; }
a { background-color: rgb(32,70,45); }
div.DivClassName
{
background-color: #20462D;
}
.BgClassName
{
background-color: #20462D;
}
</style>
border-color css
<style>
span { border-color: #20462D; }
span { border-color: rgb(32,70,45); }
td.TdClassName
{
border-color: #20462D;
}
.TagClassName
{
border-color: #20462D;
}
</style>