Shades of Goblin #314C38
Tints of Goblin #314C38
RGB
CMYK
RGB Variations
Color information
#314C38 (or 0x314C38) is known color: Goblin. HEX triplet: 31, 4C and 38. RGB value is (49,76,56). Sum of RGB (Red+Green+Blue) = 49+76+56=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #314C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C38 is #CEB3C7. Grayscale: #414141. Windows color (decimal): -13546440 or 3689521. OLE color: 3689521.
HSL color Cylindrical-coordinate representation of color #314C38: hue angle of 135.56º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C38 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 56 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.70 |
| HSL | 135.56º | 0.22% | 0.25% | - |
| HSV(B) | 135.56º | 0.36% | 0.3% | - |
| XYZ | 4.56 | 6.11 | 4.68 | - |
| YUV | 65.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 56 | 0.36 | 0 | 0.26 | 0.70 | 135.56 | 0.22 | 0.25 |
| Hex | 31 | 4C | 38 | 24 | 0 | 1A | 46 | 88 | 16 | 19 |
| Octal | 61 | 114 | 70 | 44 | 0 | 32 | 106 | 210 | 26 | 31 |
| Binary | 110001 | 1001100 | 111000 | 100100 | 0 | 11010 | 1000110 | 10001000 | 10110 | 11001 |
Color Harmonies of #314C38
Complementary color
Monochromatic Colors of #314C38
Black with #314C38
Text Example
Text Example
White with #314C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C38; }
p { color: rgb(49,76,56); }
H1.HeaderClassName
{
color: #314C38;
}
.AnyTagClassName
{
color: #314C38;
}
</style>
background-color css
<style>
a { background-color: #314C38; }
a { background-color: rgb(49,76,56); }
div.DivClassName
{
background-color: #314C38;
}
.BgClassName
{
background-color: #314C38;
}
</style>
border-color css
<style>
span { border-color: #314C38; }
span { border-color: rgb(49,76,56); }
td.TdClassName
{
border-color: #314C38;
}
.TagClassName
{
border-color: #314C38;
}
</style>