Shades of Goblin #404C42
Tints of Goblin #404C42
RGB
CMYK
RGB Variations
Color information
#404C42 (or 0x404C42) is known color: Goblin. HEX triplet: 40, 4C and 42. RGB value is (64,76,66). Sum of RGB (Red+Green+Blue) = 64+76+66=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 76 - color contains mainly: green. Hex color #404C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C42 is #BFB3BD. Grayscale: #474747. Windows color (decimal): -12563390 or 4344896. OLE color: 4344896.
HSL color Cylindrical-coordinate representation of color #404C42: hue angle of 130º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404C42 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 66 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.70 |
| HSL | 130º | 0.09% | 0.27% | - |
| HSV(B) | 130º | 0.16% | 0.3% | - |
| XYZ | 5.68 | 6.65 | 6.14 | - |
| YUV | 71.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 66 | 0.16 | 0 | 0.13 | 0.70 | 130 | 0.09 | 0.27 |
| Hex | 40 | 4C | 42 | 10 | 0 | D | 46 | 82 | 9 | 1B |
| Octal | 100 | 114 | 102 | 20 | 0 | 15 | 106 | 202 | 11 | 33 |
| Binary | 1000000 | 1001100 | 1000010 | 10000 | 0 | 1101 | 1000110 | 10000010 | 1001 | 11011 |
Color Harmonies of #404C42
Complementary color
Monochromatic Colors of #404C42
Black with #404C42
Text Example
Text Example
White with #404C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C42; }
p { color: rgb(64,76,66); }
H1.HeaderClassName
{
color: #404C42;
}
.AnyTagClassName
{
color: #404C42;
}
</style>
background-color css
<style>
a { background-color: #404C42; }
a { background-color: rgb(64,76,66); }
div.DivClassName
{
background-color: #404C42;
}
.BgClassName
{
background-color: #404C42;
}
</style>
border-color css
<style>
span { border-color: #404C42; }
span { border-color: rgb(64,76,66); }
td.TdClassName
{
border-color: #404C42;
}
.TagClassName
{
border-color: #404C42;
}
</style>