Shades of Gable Green #31413E
Tints of Gable Green #31413E
RGB
CMYK
RGB Variations
Color information
#31413E (or 0x31413E) is known color: Gable Green. HEX triplet: 31, 41 and 3E. RGB value is (49,65,62). Sum of RGB (Red+Green+Blue) = 49+65+62=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 65 - color contains mainly: green. Hex color #31413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31413E is #CEBEC1. Grayscale: #3B3B3B. Windows color (decimal): -13549250 or 4079921. OLE color: 4079921.
HSL color Cylindrical-coordinate representation of color #31413E: hue angle of 168.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #31413E is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 62 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.75 |
| HSL | 168.75º | 0.14% | 0.22% | - |
| HSV(B) | 168.75º | 0.25% | 0.25% | - |
| XYZ | 4.03 | 4.78 | 5.27 | - |
| YUV | 59.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 62 | 0.25 | 0 | 0.05 | 0.75 | 168.75 | 0.14 | 0.22 |
| Hex | 31 | 41 | 3E | 19 | 0 | 5 | 4B | A9 | E | 16 |
| Octal | 61 | 101 | 76 | 31 | 0 | 5 | 113 | 251 | 16 | 26 |
| Binary | 110001 | 1000001 | 111110 | 11001 | 0 | 101 | 1001011 | 10101001 | 1110 | 10110 |
Color Harmonies of #31413E
Complementary color
Monochromatic Colors of #31413E
Black with #31413E
Text Example
Text Example
White with #31413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31413E; }
p { color: rgb(49,65,62); }
H1.HeaderClassName
{
color: #31413E;
}
.AnyTagClassName
{
color: #31413E;
}
</style>
background-color css
<style>
a { background-color: #31413E; }
a { background-color: rgb(49,65,62); }
div.DivClassName
{
background-color: #31413E;
}
.BgClassName
{
background-color: #31413E;
}
</style>
border-color css
<style>
span { border-color: #31413E; }
span { border-color: rgb(49,65,62); }
td.TdClassName
{
border-color: #31413E;
}
.TagClassName
{
border-color: #31413E;
}
</style>