Shades of Everglade #20432D
Tints of Everglade #20432D
RGB
CMYK
RGB Variations
Color information
#20432D (or 0x20432D) is known color: Everglade. HEX triplet: 20, 43 and 2D. RGB value is (32,67,45). Sum of RGB (Red+Green+Blue) = 32+67+45=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #20432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20432D is #DFBCD2. Grayscale: #363636. Windows color (decimal): -14662867 or 2966304. OLE color: 2966304.
HSL color Cylindrical-coordinate representation of color #20432D: hue angle of 142.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #20432D is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 45 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.74 |
| HSL | 142.29º | 0.35% | 0.19% | - |
| HSV(B) | 142.29º | 0.52% | 0.26% | - |
| XYZ | 3.08 | 4.51 | 3.19 | - |
| YUV | 54.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 45 | 0.52 | 0 | 0.33 | 0.74 | 142.29 | 0.35 | 0.19 |
| Hex | 20 | 43 | 2D | 34 | 0 | 21 | 4A | 8E | 23 | 13 |
| Octal | 40 | 103 | 55 | 64 | 0 | 41 | 112 | 216 | 43 | 23 |
| Binary | 100000 | 1000011 | 101101 | 110100 | 0 | 100001 | 1001010 | 10001110 | 100011 | 10011 |
Color Harmonies of #20432D
Complementary color
Monochromatic Colors of #20432D
Black with #20432D
Text Example
Text Example
White with #20432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20432D; }
p { color: rgb(32,67,45); }
H1.HeaderClassName
{
color: #20432D;
}
.AnyTagClassName
{
color: #20432D;
}
</style>
background-color css
<style>
a { background-color: #20432D; }
a { background-color: rgb(32,67,45); }
div.DivClassName
{
background-color: #20432D;
}
.BgClassName
{
background-color: #20432D;
}
</style>
border-color css
<style>
span { border-color: #20432D; }
span { border-color: rgb(32,67,45); }
td.TdClassName
{
border-color: #20432D;
}
.TagClassName
{
border-color: #20432D;
}
</style>