Shades of Gable Green #313D3A
Tints of Gable Green #313D3A
RGB
CMYK
RGB Variations
Color information
#313D3A (or 0x313D3A) is known color: Gable Green. HEX triplet: 31, 3D and 3A. RGB value is (49,61,58). Sum of RGB (Red+Green+Blue) = 49+61+58=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 61 - color contains mainly: green. Hex color #313D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D3A is #CEC2C5. Grayscale: #393939. Windows color (decimal): -13550278 or 3816753. OLE color: 3816753.
HSL color Cylindrical-coordinate representation of color #313D3A: hue angle of 165º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #313D3A is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 58 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.76 |
| HSL | 165º | 0.11% | 0.22% | - |
| HSV(B) | 165º | 0.2% | 0.24% | - |
| XYZ | 3.7 | 4.3 | 4.64 | - |
| YUV | 57.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 58 | 0.20 | 0 | 0.05 | 0.76 | 165 | 0.11 | 0.22 |
| Hex | 31 | 3D | 3A | 14 | 0 | 5 | 4C | A5 | B | 16 |
| Octal | 61 | 75 | 72 | 24 | 0 | 5 | 114 | 245 | 13 | 26 |
| Binary | 110001 | 111101 | 111010 | 10100 | 0 | 101 | 1001100 | 10100101 | 1011 | 10110 |
Color Harmonies of #313D3A
Complementary color
Monochromatic Colors of #313D3A
Black with #313D3A
Text Example
Text Example
White with #313D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D3A; }
p { color: rgb(49,61,58); }
H1.HeaderClassName
{
color: #313D3A;
}
.AnyTagClassName
{
color: #313D3A;
}
</style>
background-color css
<style>
a { background-color: #313D3A; }
a { background-color: rgb(49,61,58); }
div.DivClassName
{
background-color: #313D3A;
}
.BgClassName
{
background-color: #313D3A;
}
</style>
border-color css
<style>
span { border-color: #313D3A; }
span { border-color: rgb(49,61,58); }
td.TdClassName
{
border-color: #313D3A;
}
.TagClassName
{
border-color: #313D3A;
}
</style>