Shades of Goblin #3B4740
Tints of Goblin #3B4740
RGB
CMYK
RGB Variations
Color information
#3B4740 (or 0x3B4740) is known color: Goblin. HEX triplet: 3B, 47 and 40. RGB value is (59,71,64). Sum of RGB (Red+Green+Blue) = 59+71+64=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4740 is #C4B8BF. Grayscale: #424242. Windows color (decimal): -12892352 or 4212539. OLE color: 4212539.
HSL color Cylindrical-coordinate representation of color #3B4740: hue angle of 145º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B4740 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 71 | 64 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.72 |
| HSL | 145º | 0.09% | 0.25% | - |
| HSV(B) | 145º | 0.17% | 0.28% | - |
| XYZ | 4.98 | 5.81 | 5.71 | - |
| YUV | 66.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 64 | 0.17 | 0 | 0.10 | 0.72 | 145 | 0.09 | 0.25 |
| Hex | 3B | 47 | 40 | 11 | 0 | A | 48 | 91 | 9 | 19 |
| Octal | 73 | 107 | 100 | 21 | 0 | 12 | 110 | 221 | 11 | 31 |
| Binary | 111011 | 1000111 | 1000000 | 10001 | 0 | 1010 | 1001000 | 10010001 | 1001 | 11001 |
Color Harmonies of #3B4740
Complementary color
Monochromatic Colors of #3B4740
Black with #3B4740
Text Example
Text Example
White with #3B4740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4740; }
p { color: rgb(59,71,64); }
H1.HeaderClassName
{
color: #3B4740;
}
.AnyTagClassName
{
color: #3B4740;
}
</style>
background-color css
<style>
a { background-color: #3B4740; }
a { background-color: rgb(59,71,64); }
div.DivClassName
{
background-color: #3B4740;
}
.BgClassName
{
background-color: #3B4740;
}
</style>
border-color css
<style>
span { border-color: #3B4740; }
span { border-color: rgb(59,71,64); }
td.TdClassName
{
border-color: #3B4740;
}
.TagClassName
{
border-color: #3B4740;
}
</style>