Shades of Goblin #424D44
Tints of Goblin #424D44
RGB
CMYK
RGB Variations
Color information
#424D44 (or 0x424D44) is known color: Goblin. HEX triplet: 42, 4D and 44. RGB value is (66,77,68). Sum of RGB (Red+Green+Blue) = 66+77+68=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 77 - color contains mainly: green. Hex color #424D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D44 is #BDB2BB. Grayscale: #484848. Windows color (decimal): -12432060 or 4476226. OLE color: 4476226.
HSL color Cylindrical-coordinate representation of color #424D44: hue angle of 130.91º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #424D44 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 68 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.70 |
| HSL | 130.91º | 0.08% | 0.28% | - |
| HSV(B) | 130.91º | 0.14% | 0.3% | - |
| XYZ | 5.94 | 6.88 | 6.48 | - |
| YUV | 72.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 68 | 0.14 | 0 | 0.12 | 0.70 | 130.91 | 0.08 | 0.28 |
| Hex | 42 | 4D | 44 | E | 0 | C | 46 | 83 | 8 | 1C |
| Octal | 102 | 115 | 104 | 16 | 0 | 14 | 106 | 203 | 10 | 34 |
| Binary | 1000010 | 1001101 | 1000100 | 1110 | 0 | 1100 | 1000110 | 10000011 | 1000 | 11100 |
Color Harmonies of #424D44
Complementary color
Monochromatic Colors of #424D44
Black with #424D44
Text Example
Text Example
White with #424D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D44; }
p { color: rgb(66,77,68); }
H1.HeaderClassName
{
color: #424D44;
}
.AnyTagClassName
{
color: #424D44;
}
</style>
background-color css
<style>
a { background-color: #424D44; }
a { background-color: rgb(66,77,68); }
div.DivClassName
{
background-color: #424D44;
}
.BgClassName
{
background-color: #424D44;
}
</style>
border-color css
<style>
span { border-color: #424D44; }
span { border-color: rgb(66,77,68); }
td.TdClassName
{
border-color: #424D44;
}
.TagClassName
{
border-color: #424D44;
}
</style>