Shades of Goblin #3E4E41
Tints of Goblin #3E4E41
RGB
CMYK
RGB Variations
Color information
#3E4E41 (or 0x3E4E41) is known color: Goblin. HEX triplet: 3E, 4E and 41. RGB value is (62,78,65). Sum of RGB (Red+Green+Blue) = 62+78+65=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #3E4E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4E41 is #C1B1BE. Grayscale: #474747. Windows color (decimal): -12693951 or 4279870. OLE color: 4279870.
HSL color Cylindrical-coordinate representation of color #3E4E41: hue angle of 131.25º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E4E41 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 78 | 65 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.69 |
| HSL | 131.25º | 0.11% | 0.27% | - |
| HSV(B) | 131.25º | 0.21% | 0.31% | - |
| XYZ | 5.67 | 6.85 | 6.03 | - |
| YUV | 71.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 65 | 0.21 | 0 | 0.17 | 0.69 | 131.25 | 0.11 | 0.27 |
| Hex | 3E | 4E | 41 | 15 | 0 | 11 | 45 | 83 | B | 1B |
| Octal | 76 | 116 | 101 | 25 | 0 | 21 | 105 | 203 | 13 | 33 |
| Binary | 111110 | 1001110 | 1000001 | 10101 | 0 | 10001 | 1000101 | 10000011 | 1011 | 11011 |
Color Harmonies of #3E4E41
Complementary color
Monochromatic Colors of #3E4E41
Black with #3E4E41
Text Example
Text Example
White with #3E4E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4E41; }
p { color: rgb(62,78,65); }
H1.HeaderClassName
{
color: #3E4E41;
}
.AnyTagClassName
{
color: #3E4E41;
}
</style>
background-color css
<style>
a { background-color: #3E4E41; }
a { background-color: rgb(62,78,65); }
div.DivClassName
{
background-color: #3E4E41;
}
.BgClassName
{
background-color: #3E4E41;
}
</style>
border-color css
<style>
span { border-color: #3E4E41; }
span { border-color: rgb(62,78,65); }
td.TdClassName
{
border-color: #3E4E41;
}
.TagClassName
{
border-color: #3E4E41;
}
</style>