Shades of Gordons Green #313B31
Tints of Gordons Green #313B31
RGB
CMYK
RGB Variations
Color information
#313B31 (or 0x313B31) is known color: Gordons Green. HEX triplet: 31, 3B and 31. RGB value is (49,59,49). Sum of RGB (Red+Green+Blue) = 49+59+49=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 59 - color contains mainly: green. Hex color #313B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B31 is #CEC4CE. Grayscale: #363636. Windows color (decimal): -13550799 or 3226417. OLE color: 3226417.
HSL color Cylindrical-coordinate representation of color #313B31: hue angle of 120º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #313B31 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 59 | 49 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.77 |
| HSL | 120º | 0.09% | 0.21% | - |
| HSV(B) | 120º | 0.17% | 0.23% | - |
| XYZ | 3.38 | 4 | 3.5 | - |
| YUV | 54.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 49 | 0.17 | 0 | 0.17 | 0.77 | 120 | 0.09 | 0.21 |
| Hex | 31 | 3B | 31 | 11 | 0 | 11 | 4D | 78 | 9 | 15 |
| Octal | 61 | 73 | 61 | 21 | 0 | 21 | 115 | 170 | 11 | 25 |
| Binary | 110001 | 111011 | 110001 | 10001 | 0 | 10001 | 1001101 | 1111000 | 1001 | 10101 |
Color Harmonies of #313B31
Complementary color
Monochromatic Colors of #313B31
Black with #313B31
Text Example
Text Example
White with #313B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B31; }
p { color: rgb(49,59,49); }
H1.HeaderClassName
{
color: #313B31;
}
.AnyTagClassName
{
color: #313B31;
}
</style>
background-color css
<style>
a { background-color: #313B31; }
a { background-color: rgb(49,59,49); }
div.DivClassName
{
background-color: #313B31;
}
.BgClassName
{
background-color: #313B31;
}
</style>
border-color css
<style>
span { border-color: #313B31; }
span { border-color: rgb(49,59,49); }
td.TdClassName
{
border-color: #313B31;
}
.TagClassName
{
border-color: #313B31;
}
</style>