Shades of Gordons Green #313732
Tints of Gordons Green #313732
RGB
CMYK
RGB Variations
Color information
#313732 (or 0x313732) is known color: Gordons Green. HEX triplet: 31, 37 and 32. RGB value is (49,55,50). Sum of RGB (Red+Green+Blue) = 49+55+50=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 55 - color contains mainly: green. Hex color #313732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313732 is #CEC8CD. Grayscale: #343434. Windows color (decimal): -13551822 or 3290929. OLE color: 3290929.
HSL color Cylindrical-coordinate representation of color #313732: hue angle of 130º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #313732 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 50 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.78 |
| HSL | 130º | 0.06% | 0.2% | - |
| HSV(B) | 130º | 0.11% | 0.22% | - |
| XYZ | 3.21 | 3.62 | 3.55 | - |
| YUV | 52.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 50 | 0.11 | 0 | 0.09 | 0.78 | 130 | 0.06 | 0.2 |
| Hex | 31 | 37 | 32 | B | 0 | 9 | 4E | 82 | 6 | 14 |
| Octal | 61 | 67 | 62 | 13 | 0 | 11 | 116 | 202 | 6 | 24 |
| Binary | 110001 | 110111 | 110010 | 1011 | 0 | 1001 | 1001110 | 10000010 | 110 | 10100 |
Color Harmonies of #313732
Complementary color
Monochromatic Colors of #313732
Black with #313732
Text Example
Text Example
White with #313732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313732; }
p { color: rgb(49,55,50); }
H1.HeaderClassName
{
color: #313732;
}
.AnyTagClassName
{
color: #313732;
}
</style>
background-color css
<style>
a { background-color: #313732; }
a { background-color: rgb(49,55,50); }
div.DivClassName
{
background-color: #313732;
}
.BgClassName
{
background-color: #313732;
}
</style>
border-color css
<style>
span { border-color: #313732; }
span { border-color: rgb(49,55,50); }
td.TdClassName
{
border-color: #313732;
}
.TagClassName
{
border-color: #313732;
}
</style>