Shades of Everglade #204231
Tints of Everglade #204231
RGB
CMYK
RGB Variations
Color information
#204231 (or 0x204231) is known color: Everglade. HEX triplet: 20, 42 and 31. RGB value is (32,66,49). Sum of RGB (Red+Green+Blue) = 32+66+49=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #204231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204231 is #DFBDCE. Grayscale: #353535. Windows color (decimal): -14663119 or 3228192. OLE color: 3228192.
HSL color Cylindrical-coordinate representation of color #204231: hue angle of 150º 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 #204231 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 66 | 49 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.74 |
| HSL | 150º | 0.35% | 0.19% | - |
| HSV(B) | 150º | 0.52% | 0.26% | - |
| XYZ | 3.1 | 4.43 | 3.6 | - |
| YUV | 53.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 49 | 0.52 | 0 | 0.26 | 0.74 | 150 | 0.35 | 0.19 |
| Hex | 20 | 42 | 31 | 34 | 0 | 1A | 4A | 96 | 23 | 13 |
| Octal | 40 | 102 | 61 | 64 | 0 | 32 | 112 | 226 | 43 | 23 |
| Binary | 100000 | 1000010 | 110001 | 110100 | 0 | 11010 | 1001010 | 10010110 | 100011 | 10011 |
Color Harmonies of #204231
Complementary color
Monochromatic Colors of #204231
Black with #204231
Text Example
Text Example
White with #204231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204231; }
p { color: rgb(32,66,49); }
H1.HeaderClassName
{
color: #204231;
}
.AnyTagClassName
{
color: #204231;
}
</style>
background-color css
<style>
a { background-color: #204231; }
a { background-color: rgb(32,66,49); }
div.DivClassName
{
background-color: #204231;
}
.BgClassName
{
background-color: #204231;
}
</style>
border-color css
<style>
span { border-color: #204231; }
span { border-color: rgb(32,66,49); }
td.TdClassName
{
border-color: #204231;
}
.TagClassName
{
border-color: #204231;
}
</style>