Shades of Goblin #424543
Tints of Goblin #424543
RGB
CMYK
RGB Variations
Color information
#424543 (or 0x424543) is known color: Goblin. HEX triplet: 42, 45 and 43. RGB value is (66,69,67). Sum of RGB (Red+Green+Blue) = 66+69+67=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 69 - color contains mainly: green. Hex color #424543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424543 is #BDBABC. Grayscale: #434343. Windows color (decimal): -12434109 or 4408642. OLE color: 4408642.
HSL color Cylindrical-coordinate representation of color #424543: hue angle of 140º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #424543 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 69 | 67 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.73 |
| HSL | 140º | 0.02% | 0.26% | - |
| HSV(B) | 140º | 0.04% | 0.27% | - |
| XYZ | 5.39 | 5.82 | 6.15 | - |
| YUV | 67.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 67 | 0.04 | 0 | 0.03 | 0.73 | 140 | 0.02 | 0.26 |
| Hex | 42 | 45 | 43 | 4 | 0 | 3 | 49 | 8C | 2 | 1A |
| Octal | 102 | 105 | 103 | 4 | 0 | 3 | 111 | 214 | 2 | 32 |
| Binary | 1000010 | 1000101 | 1000011 | 100 | 0 | 11 | 1001001 | 10001100 | 10 | 11010 |
Color Harmonies of #424543
Complementary color
Monochromatic Colors of #424543
Black with #424543
Text Example
Text Example
White with #424543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424543; }
p { color: rgb(66,69,67); }
H1.HeaderClassName
{
color: #424543;
}
.AnyTagClassName
{
color: #424543;
}
</style>
background-color css
<style>
a { background-color: #424543; }
a { background-color: rgb(66,69,67); }
div.DivClassName
{
background-color: #424543;
}
.BgClassName
{
background-color: #424543;
}
</style>
border-color css
<style>
span { border-color: #424543; }
span { border-color: rgb(66,69,67); }
td.TdClassName
{
border-color: #424543;
}
.TagClassName
{
border-color: #424543;
}
</style>