Shades of Goblin #394D3F
Tints of Goblin #394D3F
RGB
CMYK
RGB Variations
Color information
#394D3F (or 0x394D3F) is known color: Goblin. HEX triplet: 39, 4D and 3F. RGB value is (57,77,63). Sum of RGB (Red+Green+Blue) = 57+77+63=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #394D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D3F is #C6B2C0. Grayscale: #454545. Windows color (decimal): -13021889 or 4148537. OLE color: 4148537.
HSL color Cylindrical-coordinate representation of color #394D3F: hue angle of 138º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #394D3F is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 77 | 63 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.70 |
| HSL | 138º | 0.15% | 0.26% | - |
| HSV(B) | 138º | 0.26% | 0.3% | - |
| XYZ | 5.24 | 6.54 | 5.69 | - |
| YUV | 69.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 63 | 0.26 | 0 | 0.18 | 0.70 | 138 | 0.15 | 0.26 |
| Hex | 39 | 4D | 3F | 1A | 0 | 12 | 46 | 8A | F | 1A |
| Octal | 71 | 115 | 77 | 32 | 0 | 22 | 106 | 212 | 17 | 32 |
| Binary | 111001 | 1001101 | 111111 | 11010 | 0 | 10010 | 1000110 | 10001010 | 1111 | 11010 |
Color Harmonies of #394D3F
Complementary color
Monochromatic Colors of #394D3F
Black with #394D3F
Text Example
Text Example
White with #394D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D3F; }
p { color: rgb(57,77,63); }
H1.HeaderClassName
{
color: #394D3F;
}
.AnyTagClassName
{
color: #394D3F;
}
</style>
background-color css
<style>
a { background-color: #394D3F; }
a { background-color: rgb(57,77,63); }
div.DivClassName
{
background-color: #394D3F;
}
.BgClassName
{
background-color: #394D3F;
}
</style>
border-color css
<style>
span { border-color: #394D3F; }
span { border-color: rgb(57,77,63); }
td.TdClassName
{
border-color: #394D3F;
}
.TagClassName
{
border-color: #394D3F;
}
</style>