Shades of Goblin #3E5544
Tints of Goblin #3E5544
RGB
CMYK
RGB Variations
Color information
#3E5544 (or 0x3E5544) is known color: Goblin. HEX triplet: 3E, 55 and 44. RGB value is (62,85,68). Sum of RGB (Red+Green+Blue) = 62+85+68=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5544 is #C1AABB. Grayscale: #4C4C4C. Windows color (decimal): -12692156 or 4478270. OLE color: 4478270.
HSL color Cylindrical-coordinate representation of color #3E5544: hue angle of 135.65º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E5544 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 68 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.67 |
| HSL | 135.65º | 0.16% | 0.29% | - |
| HSV(B) | 135.65º | 0.27% | 0.33% | - |
| XYZ | 6.28 | 7.94 | 6.67 | - |
| YUV | 76.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 68 | 0.27 | 0 | 0.20 | 0.67 | 135.65 | 0.16 | 0.29 |
| Hex | 3E | 55 | 44 | 1B | 0 | 14 | 43 | 88 | 10 | 1D |
| Octal | 76 | 125 | 104 | 33 | 0 | 24 | 103 | 210 | 20 | 35 |
| Binary | 111110 | 1010101 | 1000100 | 11011 | 0 | 10100 | 1000011 | 10001000 | 10000 | 11101 |
Color Harmonies of #3E5544
Complementary color
Monochromatic Colors of #3E5544
Black with #3E5544
Text Example
Text Example
White with #3E5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5544; }
p { color: rgb(62,85,68); }
H1.HeaderClassName
{
color: #3E5544;
}
.AnyTagClassName
{
color: #3E5544;
}
</style>
background-color css
<style>
a { background-color: #3E5544; }
a { background-color: rgb(62,85,68); }
div.DivClassName
{
background-color: #3E5544;
}
.BgClassName
{
background-color: #3E5544;
}
</style>
border-color css
<style>
span { border-color: #3E5544; }
span { border-color: rgb(62,85,68); }
td.TdClassName
{
border-color: #3E5544;
}
.TagClassName
{
border-color: #3E5544;
}
</style>