Shades of Goblin #405B47
Tints of Goblin #405B47
RGB
CMYK
RGB Variations
Color information
#405B47 (or 0x405B47) is known color: Goblin. HEX triplet: 40, 5B and 47. RGB value is (64,91,71). Sum of RGB (Red+Green+Blue) = 64+91+71=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 91 - color contains mainly: green. Hex color #405B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B47 is #BFA4B8. Grayscale: #505050. Windows color (decimal): -12559545 or 4676416. OLE color: 4676416.
HSL color Cylindrical-coordinate representation of color #405B47: hue angle of 135.56º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405B47 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 71 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.64 |
| HSL | 135.56º | 0.17% | 0.3% | - |
| HSV(B) | 135.56º | 0.3% | 0.36% | - |
| XYZ | 6.99 | 9.03 | 7.34 | - |
| YUV | 80.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 71 | 0.30 | 0 | 0.22 | 0.64 | 135.56 | 0.17 | 0.3 |
| Hex | 40 | 5B | 47 | 1E | 0 | 16 | 40 | 88 | 11 | 1E |
| Octal | 100 | 133 | 107 | 36 | 0 | 26 | 100 | 210 | 21 | 36 |
| Binary | 1000000 | 1011011 | 1000111 | 11110 | 0 | 10110 | 1000000 | 10001000 | 10001 | 11110 |
Color Harmonies of #405B47
Complementary color
Monochromatic Colors of #405B47
Black with #405B47
Text Example
Text Example
White with #405B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B47; }
p { color: rgb(64,91,71); }
H1.HeaderClassName
{
color: #405B47;
}
.AnyTagClassName
{
color: #405B47;
}
</style>
background-color css
<style>
a { background-color: #405B47; }
a { background-color: rgb(64,91,71); }
div.DivClassName
{
background-color: #405B47;
}
.BgClassName
{
background-color: #405B47;
}
</style>
border-color css
<style>
span { border-color: #405B47; }
span { border-color: rgb(64,91,71); }
td.TdClassName
{
border-color: #405B47;
}
.TagClassName
{
border-color: #405B47;
}
</style>