Shades of Gable Green #224C44
Tints of Gable Green #224C44
RGB
CMYK
RGB Variations
Color information
#224C44 (or 0x224C44) is known color: Gable Green. HEX triplet: 22, 4C and 44. RGB value is (34,76,68). Sum of RGB (Red+Green+Blue) = 34+76+68=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #224C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C44 is #DDB3BB. Grayscale: #3E3E3E. Windows color (decimal): -14529468 or 4475938. OLE color: 4475938.
HSL color Cylindrical-coordinate representation of color #224C44: hue angle of 168.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224C44 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 76 | 68 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.70 |
| HSL | 168.57º | 0.38% | 0.22% | - |
| HSV(B) | 168.57º | 0.55% | 0.3% | - |
| XYZ | 4.29 | 5.93 | 6.39 | - |
| YUV | 62.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 68 | 0.55 | 0 | 0.11 | 0.70 | 168.57 | 0.38 | 0.22 |
| Hex | 22 | 4C | 44 | 37 | 0 | B | 46 | A9 | 26 | 16 |
| Octal | 42 | 114 | 104 | 67 | 0 | 13 | 106 | 251 | 46 | 26 |
| Binary | 100010 | 1001100 | 1000100 | 110111 | 0 | 1011 | 1000110 | 10101001 | 100110 | 10110 |
Color Harmonies of #224C44
Complementary color
Monochromatic Colors of #224C44
Black with #224C44
Text Example
Text Example
White with #224C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C44; }
p { color: rgb(34,76,68); }
H1.HeaderClassName
{
color: #224C44;
}
.AnyTagClassName
{
color: #224C44;
}
</style>
background-color css
<style>
a { background-color: #224C44; }
a { background-color: rgb(34,76,68); }
div.DivClassName
{
background-color: #224C44;
}
.BgClassName
{
background-color: #224C44;
}
</style>
border-color css
<style>
span { border-color: #224C44; }
span { border-color: rgb(34,76,68); }
td.TdClassName
{
border-color: #224C44;
}
.TagClassName
{
border-color: #224C44;
}
</style>