Shades of Goblin #3B5040
Tints of Goblin #3B5040
RGB
CMYK
RGB Variations
Color information
#3B5040 (or 0x3B5040) is known color: Goblin. HEX triplet: 3B, 50 and 40. RGB value is (59,80,64). Sum of RGB (Red+Green+Blue) = 59+80+64=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5040 is #C4AFBF. Grayscale: #474747. Windows color (decimal): -12890048 or 4214843. OLE color: 4214843.
HSL color Cylindrical-coordinate representation of color #3B5040: hue angle of 134.29º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B5040 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 80 | 64 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.69 |
| HSL | 134.29º | 0.15% | 0.27% | - |
| HSV(B) | 134.29º | 0.26% | 0.31% | - |
| XYZ | 5.6 | 7.04 | 5.91 | - |
| YUV | 71.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 64 | 0.26 | 0 | 0.20 | 0.69 | 134.29 | 0.15 | 0.27 |
| Hex | 3B | 50 | 40 | 1A | 0 | 14 | 45 | 86 | F | 1B |
| Octal | 73 | 120 | 100 | 32 | 0 | 24 | 105 | 206 | 17 | 33 |
| Binary | 111011 | 1010000 | 1000000 | 11010 | 0 | 10100 | 1000101 | 10000110 | 1111 | 11011 |
Color Harmonies of #3B5040
Complementary color
Monochromatic Colors of #3B5040
Black with #3B5040
Text Example
Text Example
White with #3B5040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5040; }
p { color: rgb(59,80,64); }
H1.HeaderClassName
{
color: #3B5040;
}
.AnyTagClassName
{
color: #3B5040;
}
</style>
background-color css
<style>
a { background-color: #3B5040; }
a { background-color: rgb(59,80,64); }
div.DivClassName
{
background-color: #3B5040;
}
.BgClassName
{
background-color: #3B5040;
}
</style>
border-color css
<style>
span { border-color: #3B5040; }
span { border-color: rgb(59,80,64); }
td.TdClassName
{
border-color: #3B5040;
}
.TagClassName
{
border-color: #3B5040;
}
</style>