Shades of Gable Green #224D45
Tints of Gable Green #224D45
RGB
CMYK
RGB Variations
Color information
#224D45 (or 0x224D45) is known color: Gable Green. HEX triplet: 22, 4D and 45. RGB value is (34,77,69). Sum of RGB (Red+Green+Blue) = 34+77+69=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #224D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D45 is #DDB2BA. Grayscale: #3F3F3F. Windows color (decimal): -14529211 or 4541730. OLE color: 4541730.
HSL color Cylindrical-coordinate representation of color #224D45: hue angle of 168.84º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224D45 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 77 | 69 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.70 |
| HSL | 168.84º | 0.39% | 0.22% | - |
| HSV(B) | 168.84º | 0.56% | 0.3% | - |
| XYZ | 4.39 | 6.08 | 6.57 | - |
| YUV | 63.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 69 | 0.56 | 0 | 0.10 | 0.70 | 168.84 | 0.39 | 0.22 |
| Hex | 22 | 4D | 45 | 38 | 0 | A | 46 | A9 | 27 | 16 |
| Octal | 42 | 115 | 105 | 70 | 0 | 12 | 106 | 251 | 47 | 26 |
| Binary | 100010 | 1001101 | 1000101 | 111000 | 0 | 1010 | 1000110 | 10101001 | 100111 | 10110 |
Color Harmonies of #224D45
Complementary color
Monochromatic Colors of #224D45
Black with #224D45
Text Example
Text Example
White with #224D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D45; }
p { color: rgb(34,77,69); }
H1.HeaderClassName
{
color: #224D45;
}
.AnyTagClassName
{
color: #224D45;
}
</style>
background-color css
<style>
a { background-color: #224D45; }
a { background-color: rgb(34,77,69); }
div.DivClassName
{
background-color: #224D45;
}
.BgClassName
{
background-color: #224D45;
}
</style>
border-color css
<style>
span { border-color: #224D45; }
span { border-color: rgb(34,77,69); }
td.TdClassName
{
border-color: #224D45;
}
.TagClassName
{
border-color: #224D45;
}
</style>