Shades of Goblin #3B5441
Tints of Goblin #3B5441
RGB
CMYK
RGB Variations
Color information
#3B5441 (or 0x3B5441) is known color: Goblin. HEX triplet: 3B, 54 and 41. RGB value is (59,84,65). Sum of RGB (Red+Green+Blue) = 59+84+65=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5441 is #C4ABBE. Grayscale: #4A4A4A. Windows color (decimal): -12889023 or 4281403. OLE color: 4281403.
HSL color Cylindrical-coordinate representation of color #3B5441: hue angle of 134.4º 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 #3B5441 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 65 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.67 |
| HSL | 134.4º | 0.17% | 0.28% | - |
| HSV(B) | 134.4º | 0.3% | 0.33% | - |
| XYZ | 5.93 | 7.65 | 6.17 | - |
| YUV | 74.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 65 | 0.30 | 0 | 0.23 | 0.67 | 134.4 | 0.17 | 0.28 |
| Hex | 3B | 54 | 41 | 1E | 0 | 17 | 43 | 86 | 11 | 1C |
| Octal | 73 | 124 | 101 | 36 | 0 | 27 | 103 | 206 | 21 | 34 |
| Binary | 111011 | 1010100 | 1000001 | 11110 | 0 | 10111 | 1000011 | 10000110 | 10001 | 11100 |
Color Harmonies of #3B5441
Complementary color
Monochromatic Colors of #3B5441
Black with #3B5441
Text Example
Text Example
White with #3B5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5441; }
p { color: rgb(59,84,65); }
H1.HeaderClassName
{
color: #3B5441;
}
.AnyTagClassName
{
color: #3B5441;
}
</style>
background-color css
<style>
a { background-color: #3B5441; }
a { background-color: rgb(59,84,65); }
div.DivClassName
{
background-color: #3B5441;
}
.BgClassName
{
background-color: #3B5441;
}
</style>
border-color css
<style>
span { border-color: #3B5441; }
span { border-color: rgb(59,84,65); }
td.TdClassName
{
border-color: #3B5441;
}
.TagClassName
{
border-color: #3B5441;
}
</style>