Shades of Goblin #394E40
Tints of Goblin #394E40
RGB
CMYK
RGB Variations
Color information
#394E40 (or 0x394E40) is known color: Goblin. HEX triplet: 39, 4E and 40. RGB value is (57,78,64). Sum of RGB (Red+Green+Blue) = 57+78+64=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 78 - color contains mainly: green. Hex color #394E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E40 is #C6B1BF. Grayscale: #464646. Windows color (decimal): -13021632 or 4214329. OLE color: 4214329.
HSL color Cylindrical-coordinate representation of color #394E40: hue angle of 140º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394E40 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 78 | 64 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.69 |
| HSL | 140º | 0.16% | 0.26% | - |
| HSV(B) | 140º | 0.27% | 0.31% | - |
| XYZ | 5.34 | 6.69 | 5.86 | - |
| YUV | 70.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 64 | 0.27 | 0 | 0.18 | 0.69 | 140 | 0.16 | 0.26 |
| Hex | 39 | 4E | 40 | 1B | 0 | 12 | 45 | 8C | 10 | 1A |
| Octal | 71 | 116 | 100 | 33 | 0 | 22 | 105 | 214 | 20 | 32 |
| Binary | 111001 | 1001110 | 1000000 | 11011 | 0 | 10010 | 1000101 | 10001100 | 10000 | 11010 |
Color Harmonies of #394E40
Complementary color
Monochromatic Colors of #394E40
Black with #394E40
Text Example
Text Example
White with #394E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E40; }
p { color: rgb(57,78,64); }
H1.HeaderClassName
{
color: #394E40;
}
.AnyTagClassName
{
color: #394E40;
}
</style>
background-color css
<style>
a { background-color: #394E40; }
a { background-color: rgb(57,78,64); }
div.DivClassName
{
background-color: #394E40;
}
.BgClassName
{
background-color: #394E40;
}
</style>
border-color css
<style>
span { border-color: #394E40; }
span { border-color: rgb(57,78,64); }
td.TdClassName
{
border-color: #394E40;
}
.TagClassName
{
border-color: #394E40;
}
</style>