Shades of Goblin #394A41
Tints of Goblin #394A41
RGB
CMYK
RGB Variations
Color information
#394A41 (or 0x394A41) is known color: Goblin. HEX triplet: 39, 4A and 41. RGB value is (57,74,65). Sum of RGB (Red+Green+Blue) = 57+74+65=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 74 - color contains mainly: green. Hex color #394A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A41 is #C6B5BE. Grayscale: #434343. Windows color (decimal): -13022655 or 4278841. OLE color: 4278841.
HSL color Cylindrical-coordinate representation of color #394A41: hue angle of 148.24º 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 #394A41 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 74 | 65 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.71 |
| HSL | 148.24º | 0.13% | 0.26% | - |
| HSV(B) | 148.24º | 0.23% | 0.29% | - |
| XYZ | 5.09 | 6.15 | 5.92 | - |
| YUV | 67.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 65 | 0.23 | 0 | 0.12 | 0.71 | 148.24 | 0.13 | 0.26 |
| Hex | 39 | 4A | 41 | 17 | 0 | C | 47 | 94 | D | 1A |
| Octal | 71 | 112 | 101 | 27 | 0 | 14 | 107 | 224 | 15 | 32 |
| Binary | 111001 | 1001010 | 1000001 | 10111 | 0 | 1100 | 1000111 | 10010100 | 1101 | 11010 |
Color Harmonies of #394A41
Complementary color
Monochromatic Colors of #394A41
Black with #394A41
Text Example
Text Example
White with #394A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A41; }
p { color: rgb(57,74,65); }
H1.HeaderClassName
{
color: #394A41;
}
.AnyTagClassName
{
color: #394A41;
}
</style>
background-color css
<style>
a { background-color: #394A41; }
a { background-color: rgb(57,74,65); }
div.DivClassName
{
background-color: #394A41;
}
.BgClassName
{
background-color: #394A41;
}
</style>
border-color css
<style>
span { border-color: #394A41; }
span { border-color: rgb(57,74,65); }
td.TdClassName
{
border-color: #394A41;
}
.TagClassName
{
border-color: #394A41;
}
</style>