Shades of Goblin #3B4E43
Tints of Goblin #3B4E43
RGB
CMYK
RGB Variations
Color information
#3B4E43 (or 0x3B4E43) is known color: Goblin. HEX triplet: 3B, 4E and 43. RGB value is (59,78,67). Sum of RGB (Red+Green+Blue) = 59+78+67=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #3B4E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4E43 is #C4B1BC. Grayscale: #474747. Windows color (decimal): -12890557 or 4410939. OLE color: 4410939.
HSL color Cylindrical-coordinate representation of color #3B4E43: hue angle of 145.26º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3B4E43 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 78 | 67 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.69 |
| HSL | 145.26º | 0.14% | 0.27% | - |
| HSV(B) | 145.26º | 0.24% | 0.31% | - |
| XYZ | 5.54 | 6.78 | 6.33 | - |
| YUV | 71.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 78 | 67 | 0.24 | 0 | 0.14 | 0.69 | 145.26 | 0.14 | 0.27 |
| Hex | 3B | 4E | 43 | 18 | 0 | E | 45 | 91 | E | 1B |
| Octal | 73 | 116 | 103 | 30 | 0 | 16 | 105 | 221 | 16 | 33 |
| Binary | 111011 | 1001110 | 1000011 | 11000 | 0 | 1110 | 1000101 | 10010001 | 1110 | 11011 |
Color Harmonies of #3B4E43
Complementary color
Monochromatic Colors of #3B4E43
Black with #3B4E43
Text Example
Text Example
White with #3B4E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4E43; }
p { color: rgb(59,78,67); }
H1.HeaderClassName
{
color: #3B4E43;
}
.AnyTagClassName
{
color: #3B4E43;
}
</style>
background-color css
<style>
a { background-color: #3B4E43; }
a { background-color: rgb(59,78,67); }
div.DivClassName
{
background-color: #3B4E43;
}
.BgClassName
{
background-color: #3B4E43;
}
</style>
border-color css
<style>
span { border-color: #3B4E43; }
span { border-color: rgb(59,78,67); }
td.TdClassName
{
border-color: #3B4E43;
}
.TagClassName
{
border-color: #3B4E43;
}
</style>