Shades of Goblin #405847
Tints of Goblin #405847
RGB
CMYK
RGB Variations
Color information
#405847 (or 0x405847) is known color: Goblin. HEX triplet: 40, 58 and 47. RGB value is (64,88,71). Sum of RGB (Red+Green+Blue) = 64+88+71=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #405847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405847 is #BFA7B8. Grayscale: #4E4E4E. Windows color (decimal): -12560313 or 4675648. OLE color: 4675648.
HSL color Cylindrical-coordinate representation of color #405847: hue angle of 137.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #405847 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 88 | 71 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.65 |
| HSL | 137.5º | 0.16% | 0.3% | - |
| HSV(B) | 137.5º | 0.27% | 0.35% | - |
| XYZ | 6.74 | 8.52 | 7.25 | - |
| YUV | 78.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 71 | 0.27 | 0 | 0.19 | 0.65 | 137.5 | 0.16 | 0.3 |
| Hex | 40 | 58 | 47 | 1B | 0 | 13 | 41 | 8A | 10 | 1E |
| Octal | 100 | 130 | 107 | 33 | 0 | 23 | 101 | 212 | 20 | 36 |
| Binary | 1000000 | 1011000 | 1000111 | 11011 | 0 | 10011 | 1000001 | 10001010 | 10000 | 11110 |
Color Harmonies of #405847
Complementary color
Monochromatic Colors of #405847
Black with #405847
Text Example
Text Example
White with #405847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405847; }
p { color: rgb(64,88,71); }
H1.HeaderClassName
{
color: #405847;
}
.AnyTagClassName
{
color: #405847;
}
</style>
background-color css
<style>
a { background-color: #405847; }
a { background-color: rgb(64,88,71); }
div.DivClassName
{
background-color: #405847;
}
.BgClassName
{
background-color: #405847;
}
</style>
border-color css
<style>
span { border-color: #405847; }
span { border-color: rgb(64,88,71); }
td.TdClassName
{
border-color: #405847;
}
.TagClassName
{
border-color: #405847;
}
</style>