Shades of Goblin #3E5344
Tints of Goblin #3E5344
RGB
CMYK
RGB Variations
Color information
#3E5344 (or 0x3E5344) is known color: Goblin. HEX triplet: 3E, 53 and 44. RGB value is (62,83,68). Sum of RGB (Red+Green+Blue) = 62+83+68=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5344 is #C1ACBB. Grayscale: #4B4B4B. Windows color (decimal): -12692668 or 4477758. OLE color: 4477758.
HSL color Cylindrical-coordinate representation of color #3E5344: hue angle of 137.14º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E5344 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 68 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.67 |
| HSL | 137.14º | 0.14% | 0.28% | - |
| HSV(B) | 137.14º | 0.25% | 0.33% | - |
| XYZ | 6.12 | 7.63 | 6.62 | - |
| YUV | 75.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 68 | 0.25 | 0 | 0.18 | 0.67 | 137.14 | 0.14 | 0.28 |
| Hex | 3E | 53 | 44 | 19 | 0 | 12 | 43 | 89 | E | 1C |
| Octal | 76 | 123 | 104 | 31 | 0 | 22 | 103 | 211 | 16 | 34 |
| Binary | 111110 | 1010011 | 1000100 | 11001 | 0 | 10010 | 1000011 | 10001001 | 1110 | 11100 |
Color Harmonies of #3E5344
Complementary color
Monochromatic Colors of #3E5344
Black with #3E5344
Text Example
Text Example
White with #3E5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5344; }
p { color: rgb(62,83,68); }
H1.HeaderClassName
{
color: #3E5344;
}
.AnyTagClassName
{
color: #3E5344;
}
</style>
background-color css
<style>
a { background-color: #3E5344; }
a { background-color: rgb(62,83,68); }
div.DivClassName
{
background-color: #3E5344;
}
.BgClassName
{
background-color: #3E5344;
}
</style>
border-color css
<style>
span { border-color: #3E5344; }
span { border-color: rgb(62,83,68); }
td.TdClassName
{
border-color: #3E5344;
}
.TagClassName
{
border-color: #3E5344;
}
</style>