Shades of Gable Green #224642
Tints of Gable Green #224642
RGB
CMYK
RGB Variations
Color information
#224642 (or 0x224642) is known color: Gable Green. HEX triplet: 22, 46 and 42. RGB value is (34,70,66). Sum of RGB (Red+Green+Blue) = 34+70+66=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #224642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224642 is #DDB9BD. Grayscale: #3A3A3A. Windows color (decimal): -14531006 or 4343330. OLE color: 4343330.
HSL color Cylindrical-coordinate representation of color #224642: hue angle of 173.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224642 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 70 | 66 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.73 |
| HSL | 173.33º | 0.35% | 0.2% | - |
| HSV(B) | 173.33º | 0.51% | 0.27% | - |
| XYZ | 3.83 | 5.11 | 5.94 | - |
| YUV | 58.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 66 | 0.51 | 0 | 0.06 | 0.73 | 173.33 | 0.35 | 0.2 |
| Hex | 22 | 46 | 42 | 33 | 0 | 6 | 49 | AD | 23 | 14 |
| Octal | 42 | 106 | 102 | 63 | 0 | 6 | 111 | 255 | 43 | 24 |
| Binary | 100010 | 1000110 | 1000010 | 110011 | 0 | 110 | 1001001 | 10101101 | 100011 | 10100 |
Color Harmonies of #224642
Complementary color
Monochromatic Colors of #224642
Black with #224642
Text Example
Text Example
White with #224642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224642; }
p { color: rgb(34,70,66); }
H1.HeaderClassName
{
color: #224642;
}
.AnyTagClassName
{
color: #224642;
}
</style>
background-color css
<style>
a { background-color: #224642; }
a { background-color: rgb(34,70,66); }
div.DivClassName
{
background-color: #224642;
}
.BgClassName
{
background-color: #224642;
}
</style>
border-color css
<style>
span { border-color: #224642; }
span { border-color: rgb(34,70,66); }
td.TdClassName
{
border-color: #224642;
}
.TagClassName
{
border-color: #224642;
}
</style>