Shades of Gable Green #205049
Tints of Gable Green #205049
RGB
CMYK
RGB Variations
Color information
#205049 (or 0x205049) is known color: Gable Green. HEX triplet: 20, 50 and 49. RGB value is (32,80,73). Sum of RGB (Red+Green+Blue) = 32+80+73=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #205049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205049 is #DFAFB6. Grayscale: #404040. Windows color (decimal): -14659511 or 4804640. OLE color: 4804640.
HSL color Cylindrical-coordinate representation of color #205049: hue angle of 171.25º 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 #205049 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 73 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.69 |
| HSL | 171.25º | 0.43% | 0.22% | - |
| HSV(B) | 171.25º | 0.6% | 0.31% | - |
| XYZ | 4.67 | 6.53 | 7.32 | - |
| YUV | 64.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 73 | 0.60 | 0 | 0.09 | 0.69 | 171.25 | 0.43 | 0.22 |
| Hex | 20 | 50 | 49 | 3C | 0 | 9 | 45 | AB | 2B | 16 |
| Octal | 40 | 120 | 111 | 74 | 0 | 11 | 105 | 253 | 53 | 26 |
| Binary | 100000 | 1010000 | 1001001 | 111100 | 0 | 1001 | 1000101 | 10101011 | 101011 | 10110 |
Color Harmonies of #205049
Complementary color
Monochromatic Colors of #205049
Black with #205049
Text Example
Text Example
White with #205049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205049; }
p { color: rgb(32,80,73); }
H1.HeaderClassName
{
color: #205049;
}
.AnyTagClassName
{
color: #205049;
}
</style>
background-color css
<style>
a { background-color: #205049; }
a { background-color: rgb(32,80,73); }
div.DivClassName
{
background-color: #205049;
}
.BgClassName
{
background-color: #205049;
}
</style>
border-color css
<style>
span { border-color: #205049; }
span { border-color: rgb(32,80,73); }
td.TdClassName
{
border-color: #205049;
}
.TagClassName
{
border-color: #205049;
}
</style>