Shades of Goblin #404D44
Tints of Goblin #404D44
RGB
CMYK
RGB Variations
Color information
#404D44 (or 0x404D44) is known color: Goblin. HEX triplet: 40, 4D and 44. RGB value is (64,77,68). Sum of RGB (Red+Green+Blue) = 64+77+68=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 77 - color contains mainly: green. Hex color #404D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D44 is #BFB2BB. Grayscale: #484848. Windows color (decimal): -12563132 or 4476224. OLE color: 4476224.
HSL color Cylindrical-coordinate representation of color #404D44: hue angle of 138.46º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #404D44 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 77 | 68 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.70 |
| HSL | 138.46º | 0.09% | 0.28% | - |
| HSV(B) | 138.46º | 0.17% | 0.3% | - |
| XYZ | 5.81 | 6.82 | 6.48 | - |
| YUV | 72.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 68 | 0.17 | 0 | 0.12 | 0.70 | 138.46 | 0.09 | 0.28 |
| Hex | 40 | 4D | 44 | 11 | 0 | C | 46 | 8A | 9 | 1C |
| Octal | 100 | 115 | 104 | 21 | 0 | 14 | 106 | 212 | 11 | 34 |
| Binary | 1000000 | 1001101 | 1000100 | 10001 | 0 | 1100 | 1000110 | 10001010 | 1001 | 11100 |
Color Harmonies of #404D44
Complementary color
Monochromatic Colors of #404D44
Black with #404D44
Text Example
Text Example
White with #404D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D44; }
p { color: rgb(64,77,68); }
H1.HeaderClassName
{
color: #404D44;
}
.AnyTagClassName
{
color: #404D44;
}
</style>
background-color css
<style>
a { background-color: #404D44; }
a { background-color: rgb(64,77,68); }
div.DivClassName
{
background-color: #404D44;
}
.BgClassName
{
background-color: #404D44;
}
</style>
border-color css
<style>
span { border-color: #404D44; }
span { border-color: rgb(64,77,68); }
td.TdClassName
{
border-color: #404D44;
}
.TagClassName
{
border-color: #404D44;
}
</style>