Shades of Gable Green #31443F
Tints of Gable Green #31443F
RGB
CMYK
RGB Variations
Color information
#31443F (or 0x31443F) is known color: Gable Green. HEX triplet: 31, 44 and 3F. RGB value is (49,68,63). Sum of RGB (Red+Green+Blue) = 49+68+63=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 68 - color contains mainly: green. Hex color #31443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31443F is #CEBBC0. Grayscale: #3D3D3D. Windows color (decimal): -13548481 or 4146225. OLE color: 4146225.
HSL color Cylindrical-coordinate representation of color #31443F: hue angle of 164.21º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #31443F is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 63 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.73 |
| HSL | 164.21º | 0.16% | 0.23% | - |
| HSV(B) | 164.21º | 0.28% | 0.27% | - |
| XYZ | 4.23 | 5.15 | 5.47 | - |
| YUV | 61.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 63 | 0.28 | 0 | 0.07 | 0.73 | 164.21 | 0.16 | 0.23 |
| Hex | 31 | 44 | 3F | 1C | 0 | 7 | 49 | A4 | 10 | 17 |
| Octal | 61 | 104 | 77 | 34 | 0 | 7 | 111 | 244 | 20 | 27 |
| Binary | 110001 | 1000100 | 111111 | 11100 | 0 | 111 | 1001001 | 10100100 | 10000 | 10111 |
Color Harmonies of #31443F
Complementary color
Monochromatic Colors of #31443F
Black with #31443F
Text Example
Text Example
White with #31443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31443F; }
p { color: rgb(49,68,63); }
H1.HeaderClassName
{
color: #31443F;
}
.AnyTagClassName
{
color: #31443F;
}
</style>
background-color css
<style>
a { background-color: #31443F; }
a { background-color: rgb(49,68,63); }
div.DivClassName
{
background-color: #31443F;
}
.BgClassName
{
background-color: #31443F;
}
</style>
border-color css
<style>
span { border-color: #31443F; }
span { border-color: rgb(49,68,63); }
td.TdClassName
{
border-color: #31443F;
}
.TagClassName
{
border-color: #31443F;
}
</style>