Shades of Everglade #20432E
Tints of Everglade #20432E
RGB
CMYK
RGB Variations
Color information
#20432E (or 0x20432E) is known color: Everglade. HEX triplet: 20, 43 and 2E. RGB value is (32,67,46). Sum of RGB (Red+Green+Blue) = 32+67+46=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #20432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20432E is #DFBCD1. Grayscale: #363636. Windows color (decimal): -14662866 or 3031840. OLE color: 3031840.
HSL color Cylindrical-coordinate representation of color #20432E: hue angle of 144º 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 #20432E is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 46 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.74 |
| HSL | 144º | 0.35% | 0.19% | - |
| HSV(B) | 144º | 0.52% | 0.26% | - |
| XYZ | 3.1 | 4.52 | 3.29 | - |
| YUV | 54.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 46 | 0.52 | 0 | 0.31 | 0.74 | 144 | 0.35 | 0.19 |
| Hex | 20 | 43 | 2E | 34 | 0 | 1F | 4A | 90 | 23 | 13 |
| Octal | 40 | 103 | 56 | 64 | 0 | 37 | 112 | 220 | 43 | 23 |
| Binary | 100000 | 1000011 | 101110 | 110100 | 0 | 11111 | 1001010 | 10010000 | 100011 | 10011 |
Color Harmonies of #20432E
Complementary color
Monochromatic Colors of #20432E
Black with #20432E
Text Example
Text Example
White with #20432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20432E; }
p { color: rgb(32,67,46); }
H1.HeaderClassName
{
color: #20432E;
}
.AnyTagClassName
{
color: #20432E;
}
</style>
background-color css
<style>
a { background-color: #20432E; }
a { background-color: rgb(32,67,46); }
div.DivClassName
{
background-color: #20432E;
}
.BgClassName
{
background-color: #20432E;
}
</style>
border-color css
<style>
span { border-color: #20432E; }
span { border-color: rgb(32,67,46); }
td.TdClassName
{
border-color: #20432E;
}
.TagClassName
{
border-color: #20432E;
}
</style>