Shades of Goblin #3B4940
Tints of Goblin #3B4940
RGB
CMYK
RGB Variations
Color information
#3B4940 (or 0x3B4940) is known color: Goblin. HEX triplet: 3B, 49 and 40. RGB value is (59,73,64). Sum of RGB (Red+Green+Blue) = 59+73+64=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #3B4940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4940 is #C4B6BF. Grayscale: #434343. Windows color (decimal): -12891840 or 4213051. OLE color: 4213051.
HSL color Cylindrical-coordinate representation of color #3B4940: hue angle of 141.43º 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 #3B4940 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 73 | 64 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.71 |
| HSL | 141.43º | 0.11% | 0.26% | - |
| HSV(B) | 141.43º | 0.19% | 0.29% | - |
| XYZ | 5.11 | 6.07 | 5.75 | - |
| YUV | 67.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 64 | 0.19 | 0 | 0.12 | 0.71 | 141.43 | 0.11 | 0.26 |
| Hex | 3B | 49 | 40 | 13 | 0 | C | 47 | 8D | B | 1A |
| Octal | 73 | 111 | 100 | 23 | 0 | 14 | 107 | 215 | 13 | 32 |
| Binary | 111011 | 1001001 | 1000000 | 10011 | 0 | 1100 | 1000111 | 10001101 | 1011 | 11010 |
Color Harmonies of #3B4940
Complementary color
Monochromatic Colors of #3B4940
Black with #3B4940
Text Example
Text Example
White with #3B4940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4940; }
p { color: rgb(59,73,64); }
H1.HeaderClassName
{
color: #3B4940;
}
.AnyTagClassName
{
color: #3B4940;
}
</style>
background-color css
<style>
a { background-color: #3B4940; }
a { background-color: rgb(59,73,64); }
div.DivClassName
{
background-color: #3B4940;
}
.BgClassName
{
background-color: #3B4940;
}
</style>
border-color css
<style>
span { border-color: #3B4940; }
span { border-color: rgb(59,73,64); }
td.TdClassName
{
border-color: #3B4940;
}
.TagClassName
{
border-color: #3B4940;
}
</style>