Shades of Goblin #3E5643
Tints of Goblin #3E5643
RGB
CMYK
RGB Variations
Color information
#3E5643 (or 0x3E5643) is known color: Goblin. HEX triplet: 3E, 56 and 43. RGB value is (62,86,67). Sum of RGB (Red+Green+Blue) = 62+86+67=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #3E5643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5643 is #C1A9BC. Grayscale: #4C4C4C. Windows color (decimal): -12691901 or 4412990. OLE color: 4412990.
HSL color Cylindrical-coordinate representation of color #3E5643: hue angle of 132.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E5643 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 86 | 67 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.66 |
| HSL | 132.5º | 0.16% | 0.29% | - |
| HSV(B) | 132.5º | 0.28% | 0.34% | - |
| XYZ | 6.33 | 8.08 | 6.54 | - |
| YUV | 76.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 67 | 0.28 | 0 | 0.22 | 0.66 | 132.5 | 0.16 | 0.29 |
| Hex | 3E | 56 | 43 | 1C | 0 | 16 | 42 | 84 | 10 | 1D |
| Octal | 76 | 126 | 103 | 34 | 0 | 26 | 102 | 204 | 20 | 35 |
| Binary | 111110 | 1010110 | 1000011 | 11100 | 0 | 10110 | 1000010 | 10000100 | 10000 | 11101 |
Color Harmonies of #3E5643
Complementary color
Monochromatic Colors of #3E5643
Black with #3E5643
Text Example
Text Example
White with #3E5643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5643; }
p { color: rgb(62,86,67); }
H1.HeaderClassName
{
color: #3E5643;
}
.AnyTagClassName
{
color: #3E5643;
}
</style>
background-color css
<style>
a { background-color: #3E5643; }
a { background-color: rgb(62,86,67); }
div.DivClassName
{
background-color: #3E5643;
}
.BgClassName
{
background-color: #3E5643;
}
</style>
border-color css
<style>
span { border-color: #3E5643; }
span { border-color: rgb(62,86,67); }
td.TdClassName
{
border-color: #3E5643;
}
.TagClassName
{
border-color: #3E5643;
}
</style>