Shades of Gable Green #31403D
Tints of Gable Green #31403D
RGB
CMYK
RGB Variations
Color information
#31403D (or 0x31403D) is known color: Gable Green. HEX triplet: 31, 40 and 3D. RGB value is (49,64,61). Sum of RGB (Red+Green+Blue) = 49+64+61=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #31403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31403D is #CEBFC2. Grayscale: #3B3B3B. Windows color (decimal): -13549507 or 4014129. OLE color: 4014129.
HSL color Cylindrical-coordinate representation of color #31403D: hue angle of 168º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #31403D is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 61 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.75 |
| HSL | 168º | 0.13% | 0.22% | - |
| HSV(B) | 168º | 0.23% | 0.25% | - |
| XYZ | 3.94 | 4.66 | 5.11 | - |
| YUV | 59.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 61 | 0.23 | 0 | 0.05 | 0.75 | 168 | 0.13 | 0.22 |
| Hex | 31 | 40 | 3D | 17 | 0 | 5 | 4B | A8 | D | 16 |
| Octal | 61 | 100 | 75 | 27 | 0 | 5 | 113 | 250 | 15 | 26 |
| Binary | 110001 | 1000000 | 111101 | 10111 | 0 | 101 | 1001011 | 10101000 | 1101 | 10110 |
Color Harmonies of #31403D
Complementary color
Monochromatic Colors of #31403D
Black with #31403D
Text Example
Text Example
White with #31403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31403D; }
p { color: rgb(49,64,61); }
H1.HeaderClassName
{
color: #31403D;
}
.AnyTagClassName
{
color: #31403D;
}
</style>
background-color css
<style>
a { background-color: #31403D; }
a { background-color: rgb(49,64,61); }
div.DivClassName
{
background-color: #31403D;
}
.BgClassName
{
background-color: #31403D;
}
</style>
border-color css
<style>
span { border-color: #31403D; }
span { border-color: rgb(49,64,61); }
td.TdClassName
{
border-color: #31403D;
}
.TagClassName
{
border-color: #31403D;
}
</style>