Shades of Goblin #3E5241
Tints of Goblin #3E5241
RGB
CMYK
RGB Variations
Color information
#3E5241 (or 0x3E5241) is known color: Goblin. HEX triplet: 3E, 52 and 41. RGB value is (62,82,65). Sum of RGB (Red+Green+Blue) = 62+82+65=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #3E5241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5241 is #C1ADBE. Grayscale: #4A4A4A. Windows color (decimal): -12692927 or 4280894. OLE color: 4280894.
HSL color Cylindrical-coordinate representation of color #3E5241: hue angle of 129º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E5241 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 82 | 65 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.68 |
| HSL | 129º | 0.14% | 0.28% | - |
| HSV(B) | 129º | 0.24% | 0.32% | - |
| XYZ | 5.96 | 7.44 | 6.12 | - |
| YUV | 74.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 65 | 0.24 | 0 | 0.21 | 0.68 | 129 | 0.14 | 0.28 |
| Hex | 3E | 52 | 41 | 18 | 0 | 15 | 44 | 81 | E | 1C |
| Octal | 76 | 122 | 101 | 30 | 0 | 25 | 104 | 201 | 16 | 34 |
| Binary | 111110 | 1010010 | 1000001 | 11000 | 0 | 10101 | 1000100 | 10000001 | 1110 | 11100 |
Color Harmonies of #3E5241
Complementary color
Monochromatic Colors of #3E5241
Black with #3E5241
Text Example
Text Example
White with #3E5241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5241; }
p { color: rgb(62,82,65); }
H1.HeaderClassName
{
color: #3E5241;
}
.AnyTagClassName
{
color: #3E5241;
}
</style>
background-color css
<style>
a { background-color: #3E5241; }
a { background-color: rgb(62,82,65); }
div.DivClassName
{
background-color: #3E5241;
}
.BgClassName
{
background-color: #3E5241;
}
</style>
border-color css
<style>
span { border-color: #3E5241; }
span { border-color: rgb(62,82,65); }
td.TdClassName
{
border-color: #3E5241;
}
.TagClassName
{
border-color: #3E5241;
}
</style>