Shades of Goblin #3E5442
Tints of Goblin #3E5442
RGB
CMYK
RGB Variations
Color information
#3E5442 (or 0x3E5442) is known color: Goblin. HEX triplet: 3E, 54 and 42. RGB value is (62,84,66). Sum of RGB (Red+Green+Blue) = 62+84+66=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5442 is #C1ABBD. Grayscale: #4B4B4B. Windows color (decimal): -12692414 or 4346942. OLE color: 4346942.
HSL color Cylindrical-coordinate representation of color #3E5442: hue angle of 130.91º 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 #3E5442 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 84 | 66 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.67 |
| HSL | 130.91º | 0.15% | 0.29% | - |
| HSV(B) | 130.91º | 0.26% | 0.33% | - |
| XYZ | 6.14 | 7.76 | 6.33 | - |
| YUV | 75.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 66 | 0.26 | 0 | 0.21 | 0.67 | 130.91 | 0.15 | 0.29 |
| Hex | 3E | 54 | 42 | 1A | 0 | 15 | 43 | 83 | F | 1D |
| Octal | 76 | 124 | 102 | 32 | 0 | 25 | 103 | 203 | 17 | 35 |
| Binary | 111110 | 1010100 | 1000010 | 11010 | 0 | 10101 | 1000011 | 10000011 | 1111 | 11101 |
Color Harmonies of #3E5442
Complementary color
Monochromatic Colors of #3E5442
Black with #3E5442
Text Example
Text Example
White with #3E5442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5442; }
p { color: rgb(62,84,66); }
H1.HeaderClassName
{
color: #3E5442;
}
.AnyTagClassName
{
color: #3E5442;
}
</style>
background-color css
<style>
a { background-color: #3E5442; }
a { background-color: rgb(62,84,66); }
div.DivClassName
{
background-color: #3E5442;
}
.BgClassName
{
background-color: #3E5442;
}
</style>
border-color css
<style>
span { border-color: #3E5442; }
span { border-color: rgb(62,84,66); }
td.TdClassName
{
border-color: #3E5442;
}
.TagClassName
{
border-color: #3E5442;
}
</style>