Shades of Goblin #314E3D
Tints of Goblin #314E3D
RGB
CMYK
RGB Variations
Color information
#314E3D (or 0x314E3D) is known color: Goblin. HEX triplet: 31, 4E and 3D. RGB value is (49,78,61). Sum of RGB (Red+Green+Blue) = 49+78+61=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #314E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E3D is #CEB1C2. Grayscale: #434343. Windows color (decimal): -13545923 or 4017713. OLE color: 4017713.
HSL color Cylindrical-coordinate representation of color #314E3D: hue angle of 144.83º 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 #314E3D is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 78 | 61 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.69 |
| HSL | 144.83º | 0.23% | 0.25% | - |
| HSV(B) | 144.83º | 0.37% | 0.31% | - |
| XYZ | 4.83 | 6.44 | 5.4 | - |
| YUV | 67.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 61 | 0.37 | 0 | 0.22 | 0.69 | 144.83 | 0.23 | 0.25 |
| Hex | 31 | 4E | 3D | 25 | 0 | 16 | 45 | 91 | 17 | 19 |
| Octal | 61 | 116 | 75 | 45 | 0 | 26 | 105 | 221 | 27 | 31 |
| Binary | 110001 | 1001110 | 111101 | 100101 | 0 | 10110 | 1000101 | 10010001 | 10111 | 11001 |
Color Harmonies of #314E3D
Complementary color
Monochromatic Colors of #314E3D
Black with #314E3D
Text Example
Text Example
White with #314E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E3D; }
p { color: rgb(49,78,61); }
H1.HeaderClassName
{
color: #314E3D;
}
.AnyTagClassName
{
color: #314E3D;
}
</style>
background-color css
<style>
a { background-color: #314E3D; }
a { background-color: rgb(49,78,61); }
div.DivClassName
{
background-color: #314E3D;
}
.BgClassName
{
background-color: #314E3D;
}
</style>
border-color css
<style>
span { border-color: #314E3D; }
span { border-color: rgb(49,78,61); }
td.TdClassName
{
border-color: #314E3D;
}
.TagClassName
{
border-color: #314E3D;
}
</style>