Shades of Goblin #3B4941
Tints of Goblin #3B4941
RGB
CMYK
RGB Variations
Color information
#3B4941 (or 0x3B4941) is known color: Goblin. HEX triplet: 3B, 49 and 41. RGB value is (59,73,65). Sum of RGB (Red+Green+Blue) = 59+73+65=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #3B4941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4941 is #C4B6BE. Grayscale: #434343. Windows color (decimal): -12891839 or 4278587. OLE color: 4278587.
HSL color Cylindrical-coordinate representation of color #3B4941: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B4941 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 73 | 65 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.71 |
| HSL | 145.71º | 0.11% | 0.26% | - |
| HSV(B) | 145.71º | 0.19% | 0.29% | - |
| XYZ | 5.14 | 6.08 | 5.9 | - |
| YUV | 67.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 65 | 0.19 | 0 | 0.11 | 0.71 | 145.71 | 0.11 | 0.26 |
| Hex | 3B | 49 | 41 | 13 | 0 | B | 47 | 92 | B | 1A |
| Octal | 73 | 111 | 101 | 23 | 0 | 13 | 107 | 222 | 13 | 32 |
| Binary | 111011 | 1001001 | 1000001 | 10011 | 0 | 1011 | 1000111 | 10010010 | 1011 | 11010 |
Color Harmonies of #3B4941
Complementary color
Monochromatic Colors of #3B4941
Black with #3B4941
Text Example
Text Example
White with #3B4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4941; }
p { color: rgb(59,73,65); }
H1.HeaderClassName
{
color: #3B4941;
}
.AnyTagClassName
{
color: #3B4941;
}
</style>
background-color css
<style>
a { background-color: #3B4941; }
a { background-color: rgb(59,73,65); }
div.DivClassName
{
background-color: #3B4941;
}
.BgClassName
{
background-color: #3B4941;
}
</style>
border-color css
<style>
span { border-color: #3B4941; }
span { border-color: rgb(59,73,65); }
td.TdClassName
{
border-color: #3B4941;
}
.TagClassName
{
border-color: #3B4941;
}
</style>