Shades of Goblin #3B5444
Tints of Goblin #3B5444
RGB
CMYK
RGB Variations
Color information
#3B5444 (or 0x3B5444) is known color: Goblin. HEX triplet: 3B, 54 and 44. RGB value is (59,84,68). Sum of RGB (Red+Green+Blue) = 59+84+68=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5444 is #C4ABBB. Grayscale: #4A4A4A. Windows color (decimal): -12889020 or 4478011. OLE color: 4478011.
HSL color Cylindrical-coordinate representation of color #3B5444: hue angle of 141.6º 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 #3B5444 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 68 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.67 |
| HSL | 141.6º | 0.17% | 0.28% | - |
| HSV(B) | 141.6º | 0.3% | 0.33% | - |
| XYZ | 6.02 | 7.69 | 6.64 | - |
| YUV | 74.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 68 | 0.30 | 0 | 0.19 | 0.67 | 141.6 | 0.17 | 0.28 |
| Hex | 3B | 54 | 44 | 1E | 0 | 13 | 43 | 8E | 11 | 1C |
| Octal | 73 | 124 | 104 | 36 | 0 | 23 | 103 | 216 | 21 | 34 |
| Binary | 111011 | 1010100 | 1000100 | 11110 | 0 | 10011 | 1000011 | 10001110 | 10001 | 11100 |
Color Harmonies of #3B5444
Complementary color
Monochromatic Colors of #3B5444
Black with #3B5444
Text Example
Text Example
White with #3B5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5444; }
p { color: rgb(59,84,68); }
H1.HeaderClassName
{
color: #3B5444;
}
.AnyTagClassName
{
color: #3B5444;
}
</style>
background-color css
<style>
a { background-color: #3B5444; }
a { background-color: rgb(59,84,68); }
div.DivClassName
{
background-color: #3B5444;
}
.BgClassName
{
background-color: #3B5444;
}
</style>
border-color css
<style>
span { border-color: #3B5444; }
span { border-color: rgb(59,84,68); }
td.TdClassName
{
border-color: #3B5444;
}
.TagClassName
{
border-color: #3B5444;
}
</style>