Shades of Everglade #204530
Tints of Everglade #204530
RGB
CMYK
RGB Variations
Color information
#204530 (or 0x204530) is known color: Everglade. HEX triplet: 20, 45 and 30. RGB value is (32,69,48). Sum of RGB (Red+Green+Blue) = 32+69+48=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #204530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204530 is #DFBACF. Grayscale: #373737. Windows color (decimal): -14662352 or 3163424. OLE color: 3163424.
HSL color Cylindrical-coordinate representation of color #204530: hue angle of 145.95º 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 #204530 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 69 | 48 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.73 |
| HSL | 145.95º | 0.37% | 0.2% | - |
| HSV(B) | 145.95º | 0.54% | 0.27% | - |
| XYZ | 3.26 | 4.78 | 3.55 | - |
| YUV | 55.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 48 | 0.54 | 0 | 0.30 | 0.73 | 145.95 | 0.37 | 0.2 |
| Hex | 20 | 45 | 30 | 36 | 0 | 1E | 49 | 92 | 25 | 14 |
| Octal | 40 | 105 | 60 | 66 | 0 | 36 | 111 | 222 | 45 | 24 |
| Binary | 100000 | 1000101 | 110000 | 110110 | 0 | 11110 | 1001001 | 10010010 | 100101 | 10100 |
Color Harmonies of #204530
Complementary color
Monochromatic Colors of #204530
Black with #204530
Text Example
Text Example
White with #204530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204530; }
p { color: rgb(32,69,48); }
H1.HeaderClassName
{
color: #204530;
}
.AnyTagClassName
{
color: #204530;
}
</style>
background-color css
<style>
a { background-color: #204530; }
a { background-color: rgb(32,69,48); }
div.DivClassName
{
background-color: #204530;
}
.BgClassName
{
background-color: #204530;
}
</style>
border-color css
<style>
span { border-color: #204530; }
span { border-color: rgb(32,69,48); }
td.TdClassName
{
border-color: #204530;
}
.TagClassName
{
border-color: #204530;
}
</style>