Shades of Gable Green #22524A
Tints of Gable Green #22524A
RGB
CMYK
RGB Variations
Color information
#22524A (or 0x22524A) is known color: Gable Green. HEX triplet: 22, 52 and 4A. RGB value is (34,82,74). Sum of RGB (Red+Green+Blue) = 34+82+74=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #22524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22524A is #DDADB5. Grayscale: #424242. Windows color (decimal): -14527926 or 4870690. OLE color: 4870690.
HSL color Cylindrical-coordinate representation of color #22524A: hue angle of 170º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #22524A is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 82 | 74 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.68 |
| HSL | 170º | 0.41% | 0.23% | - |
| HSV(B) | 170º | 0.59% | 0.32% | - |
| XYZ | 4.91 | 6.87 | 7.55 | - |
| YUV | 66.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 74 | 0.59 | 0 | 0.10 | 0.68 | 170 | 0.41 | 0.23 |
| Hex | 22 | 52 | 4A | 3B | 0 | A | 44 | AA | 29 | 17 |
| Octal | 42 | 122 | 112 | 73 | 0 | 12 | 104 | 252 | 51 | 27 |
| Binary | 100010 | 1010010 | 1001010 | 111011 | 0 | 1010 | 1000100 | 10101010 | 101001 | 10111 |
Color Harmonies of #22524A
Complementary color
Monochromatic Colors of #22524A
Black with #22524A
Text Example
Text Example
White with #22524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22524A; }
p { color: rgb(34,82,74); }
H1.HeaderClassName
{
color: #22524A;
}
.AnyTagClassName
{
color: #22524A;
}
</style>
background-color css
<style>
a { background-color: #22524A; }
a { background-color: rgb(34,82,74); }
div.DivClassName
{
background-color: #22524A;
}
.BgClassName
{
background-color: #22524A;
}
</style>
border-color css
<style>
span { border-color: #22524A; }
span { border-color: rgb(34,82,74); }
td.TdClassName
{
border-color: #22524A;
}
.TagClassName
{
border-color: #22524A;
}
</style>