Shades of Goblin #3B5443
Tints of Goblin #3B5443
RGB
CMYK
RGB Variations
Color information
#3B5443 (or 0x3B5443) is known color: Goblin. HEX triplet: 3B, 54 and 43. RGB value is (59,84,67). Sum of RGB (Red+Green+Blue) = 59+84+67=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5443 is #C4ABBC. Grayscale: #4A4A4A. Windows color (decimal): -12889021 or 4412475. OLE color: 4412475.
HSL color Cylindrical-coordinate representation of color #3B5443: hue angle of 139.2º 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 #3B5443 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 67 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.67 |
| HSL | 139.2º | 0.17% | 0.28% | - |
| HSV(B) | 139.2º | 0.3% | 0.33% | - |
| XYZ | 5.99 | 7.68 | 6.48 | - |
| YUV | 74.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 67 | 0.30 | 0 | 0.20 | 0.67 | 139.2 | 0.17 | 0.28 |
| Hex | 3B | 54 | 43 | 1E | 0 | 14 | 43 | 8B | 11 | 1C |
| Octal | 73 | 124 | 103 | 36 | 0 | 24 | 103 | 213 | 21 | 34 |
| Binary | 111011 | 1010100 | 1000011 | 11110 | 0 | 10100 | 1000011 | 10001011 | 10001 | 11100 |
Color Harmonies of #3B5443
Complementary color
Monochromatic Colors of #3B5443
Black with #3B5443
Text Example
Text Example
White with #3B5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5443; }
p { color: rgb(59,84,67); }
H1.HeaderClassName
{
color: #3B5443;
}
.AnyTagClassName
{
color: #3B5443;
}
</style>
background-color css
<style>
a { background-color: #3B5443; }
a { background-color: rgb(59,84,67); }
div.DivClassName
{
background-color: #3B5443;
}
.BgClassName
{
background-color: #3B5443;
}
</style>
border-color css
<style>
span { border-color: #3B5443; }
span { border-color: rgb(59,84,67); }
td.TdClassName
{
border-color: #3B5443;
}
.TagClassName
{
border-color: #3B5443;
}
</style>