Shades of Gable Green #224842
Tints of Gable Green #224842
RGB
CMYK
RGB Variations
Color information
#224842 (or 0x224842) is known color: Gable Green. HEX triplet: 22, 48 and 42. RGB value is (34,72,66). Sum of RGB (Red+Green+Blue) = 34+72+66=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #224842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224842 is #DDB7BD. Grayscale: #3B3B3B. Windows color (decimal): -14530494 or 4343842. OLE color: 4343842.
HSL color Cylindrical-coordinate representation of color #224842: hue angle of 170.53º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224842 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 72 | 66 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.72 |
| HSL | 170.53º | 0.36% | 0.21% | - |
| HSV(B) | 170.53º | 0.53% | 0.28% | - |
| XYZ | 3.96 | 5.37 | 5.98 | - |
| YUV | 59.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 72 | 66 | 0.53 | 0 | 0.08 | 0.72 | 170.53 | 0.36 | 0.21 |
| Hex | 22 | 48 | 42 | 35 | 0 | 8 | 48 | AB | 24 | 15 |
| Octal | 42 | 110 | 102 | 65 | 0 | 10 | 110 | 253 | 44 | 25 |
| Binary | 100010 | 1001000 | 1000010 | 110101 | 0 | 1000 | 1001000 | 10101011 | 100100 | 10101 |
Color Harmonies of #224842
Complementary color
Monochromatic Colors of #224842
Black with #224842
Text Example
Text Example
White with #224842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224842; }
p { color: rgb(34,72,66); }
H1.HeaderClassName
{
color: #224842;
}
.AnyTagClassName
{
color: #224842;
}
</style>
background-color css
<style>
a { background-color: #224842; }
a { background-color: rgb(34,72,66); }
div.DivClassName
{
background-color: #224842;
}
.BgClassName
{
background-color: #224842;
}
</style>
border-color css
<style>
span { border-color: #224842; }
span { border-color: rgb(34,72,66); }
td.TdClassName
{
border-color: #224842;
}
.TagClassName
{
border-color: #224842;
}
</style>