Shades of Goblin #3E5443
Tints of Goblin #3E5443
RGB
CMYK
RGB Variations
Color information
#3E5443 (or 0x3E5443) is known color: Goblin. HEX triplet: 3E, 54 and 43. RGB value is (62,84,67). Sum of RGB (Red+Green+Blue) = 62+84+67=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5443 is #C1ABBC. Grayscale: #4B4B4B. Windows color (decimal): -12692413 or 4412478. OLE color: 4412478.
HSL color Cylindrical-coordinate representation of color #3E5443: hue angle of 133.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E5443 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 84 | 67 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.67 |
| HSL | 133.64º | 0.15% | 0.29% | - |
| HSV(B) | 133.64º | 0.26% | 0.33% | - |
| XYZ | 6.17 | 7.77 | 6.48 | - |
| YUV | 75.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 67 | 0.26 | 0 | 0.20 | 0.67 | 133.64 | 0.15 | 0.29 |
| Hex | 3E | 54 | 43 | 1A | 0 | 14 | 43 | 86 | F | 1D |
| Octal | 76 | 124 | 103 | 32 | 0 | 24 | 103 | 206 | 17 | 35 |
| Binary | 111110 | 1010100 | 1000011 | 11010 | 0 | 10100 | 1000011 | 10000110 | 1111 | 11101 |
Color Harmonies of #3E5443
Complementary color
Monochromatic Colors of #3E5443
Black with #3E5443
Text Example
Text Example
White with #3E5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5443; }
p { color: rgb(62,84,67); }
H1.HeaderClassName
{
color: #3E5443;
}
.AnyTagClassName
{
color: #3E5443;
}
</style>
background-color css
<style>
a { background-color: #3E5443; }
a { background-color: rgb(62,84,67); }
div.DivClassName
{
background-color: #3E5443;
}
.BgClassName
{
background-color: #3E5443;
}
</style>
border-color css
<style>
span { border-color: #3E5443; }
span { border-color: rgb(62,84,67); }
td.TdClassName
{
border-color: #3E5443;
}
.TagClassName
{
border-color: #3E5443;
}
</style>