Shades of Goblin #314E37
Tints of Goblin #314E37
RGB
CMYK
RGB Variations
Color information
#314E37 (or 0x314E37) is known color: Goblin. HEX triplet: 31, 4E and 37. RGB value is (49,78,55). Sum of RGB (Red+Green+Blue) = 49+78+55=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #314E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E37 is #CEB1C8. Grayscale: #424242. Windows color (decimal): -13545929 or 3624497. OLE color: 3624497.
HSL color Cylindrical-coordinate representation of color #314E37: hue angle of 132.41º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #314E37 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 78 | 55 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.69 |
| HSL | 132.41º | 0.23% | 0.25% | - |
| HSV(B) | 132.41º | 0.37% | 0.31% | - |
| XYZ | 4.68 | 6.38 | 4.6 | - |
| YUV | 66.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 55 | 0.37 | 0 | 0.29 | 0.69 | 132.41 | 0.23 | 0.25 |
| Hex | 31 | 4E | 37 | 25 | 0 | 1D | 45 | 84 | 17 | 19 |
| Octal | 61 | 116 | 67 | 45 | 0 | 35 | 105 | 204 | 27 | 31 |
| Binary | 110001 | 1001110 | 110111 | 100101 | 0 | 11101 | 1000101 | 10000100 | 10111 | 11001 |
Color Harmonies of #314E37
Complementary color
Monochromatic Colors of #314E37
Black with #314E37
Text Example
Text Example
White with #314E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E37; }
p { color: rgb(49,78,55); }
H1.HeaderClassName
{
color: #314E37;
}
.AnyTagClassName
{
color: #314E37;
}
</style>
background-color css
<style>
a { background-color: #314E37; }
a { background-color: rgb(49,78,55); }
div.DivClassName
{
background-color: #314E37;
}
.BgClassName
{
background-color: #314E37;
}
</style>
border-color css
<style>
span { border-color: #314E37; }
span { border-color: rgb(49,78,55); }
td.TdClassName
{
border-color: #314E37;
}
.TagClassName
{
border-color: #314E37;
}
</style>