Shades of Goblin #404942
Tints of Goblin #404942
RGB
CMYK
RGB Variations
Color information
#404942 (or 0x404942) is known color: Goblin. HEX triplet: 40, 49 and 42. RGB value is (64,73,66). Sum of RGB (Red+Green+Blue) = 64+73+66=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 73 - color contains mainly: green. Hex color #404942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404942 is #BFB6BD. Grayscale: #454545. Windows color (decimal): -12564158 or 4344128. OLE color: 4344128.
HSL color Cylindrical-coordinate representation of color #404942: hue angle of 133.33º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #404942 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 66 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.71 |
| HSL | 133.33º | 0.07% | 0.27% | - |
| HSV(B) | 133.33º | 0.12% | 0.29% | - |
| XYZ | 5.48 | 6.25 | 6.07 | - |
| YUV | 69.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 66 | 0.12 | 0 | 0.10 | 0.71 | 133.33 | 0.07 | 0.27 |
| Hex | 40 | 49 | 42 | C | 0 | A | 47 | 85 | 7 | 1B |
| Octal | 100 | 111 | 102 | 14 | 0 | 12 | 107 | 205 | 7 | 33 |
| Binary | 1000000 | 1001001 | 1000010 | 1100 | 0 | 1010 | 1000111 | 10000101 | 111 | 11011 |
Color Harmonies of #404942
Complementary color
Monochromatic Colors of #404942
Black with #404942
Text Example
Text Example
White with #404942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404942; }
p { color: rgb(64,73,66); }
H1.HeaderClassName
{
color: #404942;
}
.AnyTagClassName
{
color: #404942;
}
</style>
background-color css
<style>
a { background-color: #404942; }
a { background-color: rgb(64,73,66); }
div.DivClassName
{
background-color: #404942;
}
.BgClassName
{
background-color: #404942;
}
</style>
border-color css
<style>
span { border-color: #404942; }
span { border-color: rgb(64,73,66); }
td.TdClassName
{
border-color: #404942;
}
.TagClassName
{
border-color: #404942;
}
</style>