Shades of Goblin #405243
Tints of Goblin #405243
RGB
CMYK
RGB Variations
Color information
#405243 (or 0x405243) is known color: Goblin. HEX triplet: 40, 52 and 43. RGB value is (64,82,67). Sum of RGB (Red+Green+Blue) = 64+82+67=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #405243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405243 is #BFADBC. Grayscale: #4A4A4A. Windows color (decimal): -12561853 or 4411968. OLE color: 4411968.
HSL color Cylindrical-coordinate representation of color #405243: hue angle of 130º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #405243 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 82 | 67 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.68 |
| HSL | 130º | 0.12% | 0.29% | - |
| HSV(B) | 130º | 0.22% | 0.32% | - |
| XYZ | 6.14 | 7.53 | 6.44 | - |
| YUV | 74.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 67 | 0.22 | 0 | 0.18 | 0.68 | 130 | 0.12 | 0.29 |
| Hex | 40 | 52 | 43 | 16 | 0 | 12 | 44 | 82 | C | 1D |
| Octal | 100 | 122 | 103 | 26 | 0 | 22 | 104 | 202 | 14 | 35 |
| Binary | 1000000 | 1010010 | 1000011 | 10110 | 0 | 10010 | 1000100 | 10000010 | 1100 | 11101 |
Color Harmonies of #405243
Complementary color
Monochromatic Colors of #405243
Black with #405243
Text Example
Text Example
White with #405243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405243; }
p { color: rgb(64,82,67); }
H1.HeaderClassName
{
color: #405243;
}
.AnyTagClassName
{
color: #405243;
}
</style>
background-color css
<style>
a { background-color: #405243; }
a { background-color: rgb(64,82,67); }
div.DivClassName
{
background-color: #405243;
}
.BgClassName
{
background-color: #405243;
}
</style>
border-color css
<style>
span { border-color: #405243; }
span { border-color: rgb(64,82,67); }
td.TdClassName
{
border-color: #405243;
}
.TagClassName
{
border-color: #405243;
}
</style>