Shades of Gable Green #20504A
Tints of Gable Green #20504A
RGB
CMYK
RGB Variations
Color information
#20504A (or 0x20504A) is known color: Gable Green. HEX triplet: 20, 50 and 4A. RGB value is (32,80,74). Sum of RGB (Red+Green+Blue) = 32+80+74=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #20504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20504A is #DFAFB5. Grayscale: #404040. Windows color (decimal): -14659510 or 4870176. OLE color: 4870176.
HSL color Cylindrical-coordinate representation of color #20504A: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20504A is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 74 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.69 |
| HSL | 172.5º | 0.43% | 0.22% | - |
| HSV(B) | 172.5º | 0.6% | 0.31% | - |
| XYZ | 4.7 | 6.54 | 7.49 | - |
| YUV | 64.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 74 | 0.60 | 0 | 0.08 | 0.69 | 172.5 | 0.43 | 0.22 |
| Hex | 20 | 50 | 4A | 3C | 0 | 8 | 45 | AC | 2B | 16 |
| Octal | 40 | 120 | 112 | 74 | 0 | 10 | 105 | 254 | 53 | 26 |
| Binary | 100000 | 1010000 | 1001010 | 111100 | 0 | 1000 | 1000101 | 10101100 | 101011 | 10110 |
Color Harmonies of #20504A
Complementary color
Monochromatic Colors of #20504A
Black with #20504A
Text Example
Text Example
White with #20504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20504A; }
p { color: rgb(32,80,74); }
H1.HeaderClassName
{
color: #20504A;
}
.AnyTagClassName
{
color: #20504A;
}
</style>
background-color css
<style>
a { background-color: #20504A; }
a { background-color: rgb(32,80,74); }
div.DivClassName
{
background-color: #20504A;
}
.BgClassName
{
background-color: #20504A;
}
</style>
border-color css
<style>
span { border-color: #20504A; }
span { border-color: rgb(32,80,74); }
td.TdClassName
{
border-color: #20504A;
}
.TagClassName
{
border-color: #20504A;
}
</style>