Shades of Goblin #394A3D
Tints of Goblin #394A3D
RGB
CMYK
RGB Variations
Color information
#394A3D (or 0x394A3D) is known color: Goblin. HEX triplet: 39, 4A and 3D. RGB value is (57,74,61). Sum of RGB (Red+Green+Blue) = 57+74+61=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 74 - color contains mainly: green. Hex color #394A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A3D is #C6B5C2. Grayscale: #434343. Windows color (decimal): -13022659 or 4016697. OLE color: 4016697.
HSL color Cylindrical-coordinate representation of color #394A3D: hue angle of 134.12º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #394A3D is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 74 | 61 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.71 |
| HSL | 134.12º | 0.13% | 0.26% | - |
| HSV(B) | 134.12º | 0.23% | 0.29% | - |
| XYZ | 4.98 | 6.1 | 5.33 | - |
| YUV | 67.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 61 | 0.23 | 0 | 0.18 | 0.71 | 134.12 | 0.13 | 0.26 |
| Hex | 39 | 4A | 3D | 17 | 0 | 12 | 47 | 86 | D | 1A |
| Octal | 71 | 112 | 75 | 27 | 0 | 22 | 107 | 206 | 15 | 32 |
| Binary | 111001 | 1001010 | 111101 | 10111 | 0 | 10010 | 1000111 | 10000110 | 1101 | 11010 |
Color Harmonies of #394A3D
Complementary color
Monochromatic Colors of #394A3D
Black with #394A3D
Text Example
Text Example
White with #394A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A3D; }
p { color: rgb(57,74,61); }
H1.HeaderClassName
{
color: #394A3D;
}
.AnyTagClassName
{
color: #394A3D;
}
</style>
background-color css
<style>
a { background-color: #394A3D; }
a { background-color: rgb(57,74,61); }
div.DivClassName
{
background-color: #394A3D;
}
.BgClassName
{
background-color: #394A3D;
}
</style>
border-color css
<style>
span { border-color: #394A3D; }
span { border-color: rgb(57,74,61); }
td.TdClassName
{
border-color: #394A3D;
}
.TagClassName
{
border-color: #394A3D;
}
</style>