Shades of Gable Green #313E3B
Tints of Gable Green #313E3B
RGB
CMYK
RGB Variations
Color information
#313E3B (or 0x313E3B) is known color: Gable Green. HEX triplet: 31, 3E and 3B. RGB value is (49,62,59). Sum of RGB (Red+Green+Blue) = 49+62+59=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 62 - color contains mainly: green. Hex color #313E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E3B is #CEC1C4. Grayscale: #393939. Windows color (decimal): -13550021 or 3882545. OLE color: 3882545.
HSL color Cylindrical-coordinate representation of color #313E3B: hue angle of 166.15º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #313E3B is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 62 | 59 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.76 |
| HSL | 166.15º | 0.12% | 0.22% | - |
| HSV(B) | 166.15º | 0.21% | 0.24% | - |
| XYZ | 3.78 | 4.41 | 4.79 | - |
| YUV | 57.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 59 | 0.21 | 0 | 0.05 | 0.76 | 166.15 | 0.12 | 0.22 |
| Hex | 31 | 3E | 3B | 15 | 0 | 5 | 4C | A6 | C | 16 |
| Octal | 61 | 76 | 73 | 25 | 0 | 5 | 114 | 246 | 14 | 26 |
| Binary | 110001 | 111110 | 111011 | 10101 | 0 | 101 | 1001100 | 10100110 | 1100 | 10110 |
Color Harmonies of #313E3B
Complementary color
Monochromatic Colors of #313E3B
Black with #313E3B
Text Example
Text Example
White with #313E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E3B; }
p { color: rgb(49,62,59); }
H1.HeaderClassName
{
color: #313E3B;
}
.AnyTagClassName
{
color: #313E3B;
}
</style>
background-color css
<style>
a { background-color: #313E3B; }
a { background-color: rgb(49,62,59); }
div.DivClassName
{
background-color: #313E3B;
}
.BgClassName
{
background-color: #313E3B;
}
</style>
border-color css
<style>
span { border-color: #313E3B; }
span { border-color: rgb(49,62,59); }
td.TdClassName
{
border-color: #313E3B;
}
.TagClassName
{
border-color: #313E3B;
}
</style>