Shades of Goblin #424D45
Tints of Goblin #424D45
RGB
CMYK
RGB Variations
Color information
#424D45 (or 0x424D45) is known color: Goblin. HEX triplet: 42, 4D and 45. RGB value is (66,77,69). Sum of RGB (Red+Green+Blue) = 66+77+69=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 77 - color contains mainly: green. Hex color #424D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D45 is #BDB2BA. Grayscale: #484848. Windows color (decimal): -12432059 or 4541762. OLE color: 4541762.
HSL color Cylindrical-coordinate representation of color #424D45: hue angle of 136.36º 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 #424D45 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 69 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.70 |
| HSL | 136.36º | 0.08% | 0.28% | - |
| HSV(B) | 136.36º | 0.14% | 0.3% | - |
| XYZ | 5.97 | 6.9 | 6.65 | - |
| YUV | 72.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 69 | 0.14 | 0 | 0.10 | 0.70 | 136.36 | 0.08 | 0.28 |
| Hex | 42 | 4D | 45 | E | 0 | A | 46 | 88 | 8 | 1C |
| Octal | 102 | 115 | 105 | 16 | 0 | 12 | 106 | 210 | 10 | 34 |
| Binary | 1000010 | 1001101 | 1000101 | 1110 | 0 | 1010 | 1000110 | 10001000 | 1000 | 11100 |
Color Harmonies of #424D45
Complementary color
Monochromatic Colors of #424D45
Black with #424D45
Text Example
Text Example
White with #424D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D45; }
p { color: rgb(66,77,69); }
H1.HeaderClassName
{
color: #424D45;
}
.AnyTagClassName
{
color: #424D45;
}
</style>
background-color css
<style>
a { background-color: #424D45; }
a { background-color: rgb(66,77,69); }
div.DivClassName
{
background-color: #424D45;
}
.BgClassName
{
background-color: #424D45;
}
</style>
border-color css
<style>
span { border-color: #424D45; }
span { border-color: rgb(66,77,69); }
td.TdClassName
{
border-color: #424D45;
}
.TagClassName
{
border-color: #424D45;
}
</style>