Shades of Gordons Green #313331
Tints of Gordons Green #313331
RGB
CMYK
RGB Variations
Color information
#313331 (or 0x313331) is known color: Gordons Green. HEX triplet: 31, 33 and 31. RGB value is (49,51,49). Sum of RGB (Red+Green+Blue) = 49+51+49=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 51 - color contains mainly: green. Hex color #313331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313331 is #CECCCE. Grayscale: #323232. Windows color (decimal): -13552847 or 3224369. OLE color: 3224369.
HSL color Cylindrical-coordinate representation of color #313331: hue angle of 120º degrees, saturation: 0.02, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #313331 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 51 | 49 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.8 |
| HSL | 120º | 0.02% | 0.2% | - |
| HSV(B) | 120º | 0.04% | 0.2% | - |
| XYZ | 3 | 3.24 | 3.37 | - |
| YUV | 50.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 49 | 0.04 | 0 | 0.04 | 0.8 | 120 | 0.02 | 0.2 |
| Hex | 31 | 33 | 31 | 4 | 0 | 4 | 50 | 78 | 2 | 14 |
| Octal | 61 | 63 | 61 | 4 | 0 | 4 | 120 | 170 | 2 | 24 |
| Binary | 110001 | 110011 | 110001 | 100 | 0 | 100 | 1010000 | 1111000 | 10 | 10100 |
Color Harmonies of #313331
Complementary color
Monochromatic Colors of #313331
Black with #313331
Text Example
Text Example
White with #313331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313331; }
p { color: rgb(49,51,49); }
H1.HeaderClassName
{
color: #313331;
}
.AnyTagClassName
{
color: #313331;
}
</style>
background-color css
<style>
a { background-color: #313331; }
a { background-color: rgb(49,51,49); }
div.DivClassName
{
background-color: #313331;
}
.BgClassName
{
background-color: #313331;
}
</style>
border-color css
<style>
span { border-color: #313331; }
span { border-color: rgb(49,51,49); }
td.TdClassName
{
border-color: #313331;
}
.TagClassName
{
border-color: #313331;
}
</style>