Shades of Goblin #394A3F
Tints of Goblin #394A3F
RGB
CMYK
RGB Variations
Color information
#394A3F (or 0x394A3F) is known color: Goblin. HEX triplet: 39, 4A and 3F. RGB value is (57,74,63). Sum of RGB (Red+Green+Blue) = 57+74+63=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 74 - color contains mainly: green. Hex color #394A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A3F is #C6B5C0. Grayscale: #434343. Windows color (decimal): -13022657 or 4147769. OLE color: 4147769.
HSL color Cylindrical-coordinate representation of color #394A3F: hue angle of 141.18º 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 #394A3F is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 74 | 63 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.71 |
| HSL | 141.18º | 0.13% | 0.26% | - |
| HSV(B) | 141.18º | 0.23% | 0.29% | - |
| XYZ | 5.03 | 6.13 | 5.62 | - |
| YUV | 67.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 63 | 0.23 | 0 | 0.15 | 0.71 | 141.18 | 0.13 | 0.26 |
| Hex | 39 | 4A | 3F | 17 | 0 | F | 47 | 8D | D | 1A |
| Octal | 71 | 112 | 77 | 27 | 0 | 17 | 107 | 215 | 15 | 32 |
| Binary | 111001 | 1001010 | 111111 | 10111 | 0 | 1111 | 1000111 | 10001101 | 1101 | 11010 |
Color Harmonies of #394A3F
Complementary color
Monochromatic Colors of #394A3F
Black with #394A3F
Text Example
Text Example
White with #394A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A3F; }
p { color: rgb(57,74,63); }
H1.HeaderClassName
{
color: #394A3F;
}
.AnyTagClassName
{
color: #394A3F;
}
</style>
background-color css
<style>
a { background-color: #394A3F; }
a { background-color: rgb(57,74,63); }
div.DivClassName
{
background-color: #394A3F;
}
.BgClassName
{
background-color: #394A3F;
}
</style>
border-color css
<style>
span { border-color: #394A3F; }
span { border-color: rgb(57,74,63); }
td.TdClassName
{
border-color: #394A3F;
}
.TagClassName
{
border-color: #394A3F;
}
</style>