Shades of Goblin #3B4640
Tints of Goblin #3B4640
RGB
CMYK
RGB Variations
Color information
#3B4640 (or 0x3B4640) is known color: Goblin. HEX triplet: 3B, 46 and 40. RGB value is (59,70,64). Sum of RGB (Red+Green+Blue) = 59+70+64=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 70 - color contains mainly: green. Hex color #3B4640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4640 is #C4B9BF. Grayscale: #424242. Windows color (decimal): -12892608 or 4212283. OLE color: 4212283.
HSL color Cylindrical-coordinate representation of color #3B4640: hue angle of 147.27º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3B4640 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 70 | 64 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.73 |
| HSL | 147.27º | 0.09% | 0.25% | - |
| HSV(B) | 147.27º | 0.16% | 0.27% | - |
| XYZ | 4.92 | 5.68 | 5.69 | - |
| YUV | 66.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 64 | 0.16 | 0 | 0.09 | 0.73 | 147.27 | 0.09 | 0.25 |
| Hex | 3B | 46 | 40 | 10 | 0 | 9 | 49 | 93 | 9 | 19 |
| Octal | 73 | 106 | 100 | 20 | 0 | 11 | 111 | 223 | 11 | 31 |
| Binary | 111011 | 1000110 | 1000000 | 10000 | 0 | 1001 | 1001001 | 10010011 | 1001 | 11001 |
Color Harmonies of #3B4640
Complementary color
Monochromatic Colors of #3B4640
Black with #3B4640
Text Example
Text Example
White with #3B4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4640; }
p { color: rgb(59,70,64); }
H1.HeaderClassName
{
color: #3B4640;
}
.AnyTagClassName
{
color: #3B4640;
}
</style>
background-color css
<style>
a { background-color: #3B4640; }
a { background-color: rgb(59,70,64); }
div.DivClassName
{
background-color: #3B4640;
}
.BgClassName
{
background-color: #3B4640;
}
</style>
border-color css
<style>
span { border-color: #3B4640; }
span { border-color: rgb(59,70,64); }
td.TdClassName
{
border-color: #3B4640;
}
.TagClassName
{
border-color: #3B4640;
}
</style>