Shades of Gable Green #224B41
Tints of Gable Green #224B41
RGB
CMYK
RGB Variations
Color information
#224B41 (or 0x224B41) is known color: Gable Green. HEX triplet: 22, 4B and 41. RGB value is (34,75,65). Sum of RGB (Red+Green+Blue) = 34+75+65=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #224B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B41 is #DDB4BE. Grayscale: #3D3D3D. Windows color (decimal): -14529727 or 4279074. OLE color: 4279074.
HSL color Cylindrical-coordinate representation of color #224B41: hue angle of 165.37º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B41 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 65 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.71 |
| HSL | 165.37º | 0.38% | 0.21% | - |
| HSV(B) | 165.37º | 0.55% | 0.29% | - |
| XYZ | 4.13 | 5.75 | 5.89 | - |
| YUV | 61.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 65 | 0.55 | 0 | 0.13 | 0.71 | 165.37 | 0.38 | 0.21 |
| Hex | 22 | 4B | 41 | 37 | 0 | D | 47 | A5 | 26 | 15 |
| Octal | 42 | 113 | 101 | 67 | 0 | 15 | 107 | 245 | 46 | 25 |
| Binary | 100010 | 1001011 | 1000001 | 110111 | 0 | 1101 | 1000111 | 10100101 | 100110 | 10101 |
Color Harmonies of #224B41
Complementary color
Monochromatic Colors of #224B41
Black with #224B41
Text Example
Text Example
White with #224B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B41; }
p { color: rgb(34,75,65); }
H1.HeaderClassName
{
color: #224B41;
}
.AnyTagClassName
{
color: #224B41;
}
</style>
background-color css
<style>
a { background-color: #224B41; }
a { background-color: rgb(34,75,65); }
div.DivClassName
{
background-color: #224B41;
}
.BgClassName
{
background-color: #224B41;
}
</style>
border-color css
<style>
span { border-color: #224B41; }
span { border-color: rgb(34,75,65); }
td.TdClassName
{
border-color: #224B41;
}
.TagClassName
{
border-color: #224B41;
}
</style>