Shades of Goblin #3B5440
Tints of Goblin #3B5440
RGB
CMYK
RGB Variations
Color information
#3B5440 (or 0x3B5440) is known color: Goblin. HEX triplet: 3B, 54 and 40. RGB value is (59,84,64). Sum of RGB (Red+Green+Blue) = 59+84+64=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5440 is #C4ABBF. Grayscale: #4A4A4A. Windows color (decimal): -12889024 or 4215867. OLE color: 4215867.
HSL color Cylindrical-coordinate representation of color #3B5440: hue angle of 132º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B5440 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 64 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.67 |
| HSL | 132º | 0.17% | 0.28% | - |
| HSV(B) | 132º | 0.3% | 0.33% | - |
| XYZ | 5.9 | 7.64 | 6.01 | - |
| YUV | 74.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 64 | 0.30 | 0 | 0.24 | 0.67 | 132 | 0.17 | 0.28 |
| Hex | 3B | 54 | 40 | 1E | 0 | 18 | 43 | 84 | 11 | 1C |
| Octal | 73 | 124 | 100 | 36 | 0 | 30 | 103 | 204 | 21 | 34 |
| Binary | 111011 | 1010100 | 1000000 | 11110 | 0 | 11000 | 1000011 | 10000100 | 10001 | 11100 |
Color Harmonies of #3B5440
Complementary color
Monochromatic Colors of #3B5440
Black with #3B5440
Text Example
Text Example
White with #3B5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5440; }
p { color: rgb(59,84,64); }
H1.HeaderClassName
{
color: #3B5440;
}
.AnyTagClassName
{
color: #3B5440;
}
</style>
background-color css
<style>
a { background-color: #3B5440; }
a { background-color: rgb(59,84,64); }
div.DivClassName
{
background-color: #3B5440;
}
.BgClassName
{
background-color: #3B5440;
}
</style>
border-color css
<style>
span { border-color: #3B5440; }
span { border-color: rgb(59,84,64); }
td.TdClassName
{
border-color: #3B5440;
}
.TagClassName
{
border-color: #3B5440;
}
</style>