Shades of Goblin #394B3E
Tints of Goblin #394B3E
RGB
CMYK
RGB Variations
Color information
#394B3E (or 0x394B3E) is known color: Goblin. HEX triplet: 39, 4B and 3E. RGB value is (57,75,62). Sum of RGB (Red+Green+Blue) = 57+75+62=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 75 - color contains mainly: green. Hex color #394B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B3E is #C6B4C1. Grayscale: #444444. Windows color (decimal): -13022402 or 4082489. OLE color: 4082489.
HSL color Cylindrical-coordinate representation of color #394B3E: hue angle of 136.67º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #394B3E is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 75 | 62 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.71 |
| HSL | 136.67º | 0.14% | 0.26% | - |
| HSV(B) | 136.67º | 0.24% | 0.29% | - |
| XYZ | 5.07 | 6.25 | 5.5 | - |
| YUV | 68.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 62 | 0.24 | 0 | 0.17 | 0.71 | 136.67 | 0.14 | 0.26 |
| Hex | 39 | 4B | 3E | 18 | 0 | 11 | 47 | 89 | E | 1A |
| Octal | 71 | 113 | 76 | 30 | 0 | 21 | 107 | 211 | 16 | 32 |
| Binary | 111001 | 1001011 | 111110 | 11000 | 0 | 10001 | 1000111 | 10001001 | 1110 | 11010 |
Color Harmonies of #394B3E
Complementary color
Monochromatic Colors of #394B3E
Black with #394B3E
Text Example
Text Example
White with #394B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394B3E; }
p { color: rgb(57,75,62); }
H1.HeaderClassName
{
color: #394B3E;
}
.AnyTagClassName
{
color: #394B3E;
}
</style>
background-color css
<style>
a { background-color: #394B3E; }
a { background-color: rgb(57,75,62); }
div.DivClassName
{
background-color: #394B3E;
}
.BgClassName
{
background-color: #394B3E;
}
</style>
border-color css
<style>
span { border-color: #394B3E; }
span { border-color: rgb(57,75,62); }
td.TdClassName
{
border-color: #394B3E;
}
.TagClassName
{
border-color: #394B3E;
}
</style>