Shades of Gable Green #314D46
Tints of Gable Green #314D46
RGB
CMYK
RGB Variations
Color information
#314D46 (or 0x314D46) is known color: Gable Green. HEX triplet: 31, 4D and 46. RGB value is (49,77,70). Sum of RGB (Red+Green+Blue) = 49+77+70=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #314D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D46 is #CEB2B9. Grayscale: #434343. Windows color (decimal): -13546170 or 4607281. OLE color: 4607281.
HSL color Cylindrical-coordinate representation of color #314D46: hue angle of 165º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314D46 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 77 | 70 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.70 |
| HSL | 165º | 0.22% | 0.25% | - |
| HSV(B) | 165º | 0.36% | 0.3% | - |
| XYZ | 5.03 | 6.4 | 6.77 | - |
| YUV | 67.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 70 | 0.36 | 0 | 0.09 | 0.70 | 165 | 0.22 | 0.25 |
| Hex | 31 | 4D | 46 | 24 | 0 | 9 | 46 | A5 | 16 | 19 |
| Octal | 61 | 115 | 106 | 44 | 0 | 11 | 106 | 245 | 26 | 31 |
| Binary | 110001 | 1001101 | 1000110 | 100100 | 0 | 1001 | 1000110 | 10100101 | 10110 | 11001 |
Color Harmonies of #314D46
Complementary color
Monochromatic Colors of #314D46
Black with #314D46
Text Example
Text Example
White with #314D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D46; }
p { color: rgb(49,77,70); }
H1.HeaderClassName
{
color: #314D46;
}
.AnyTagClassName
{
color: #314D46;
}
</style>
background-color css
<style>
a { background-color: #314D46; }
a { background-color: rgb(49,77,70); }
div.DivClassName
{
background-color: #314D46;
}
.BgClassName
{
background-color: #314D46;
}
</style>
border-color css
<style>
span { border-color: #314D46; }
span { border-color: rgb(49,77,70); }
td.TdClassName
{
border-color: #314D46;
}
.TagClassName
{
border-color: #314D46;
}
</style>