Shades of Goblin #405B48
Tints of Goblin #405B48
RGB
CMYK
RGB Variations
Color information
#405B48 (or 0x405B48) is known color: Goblin. HEX triplet: 40, 5B and 48. RGB value is (64,91,72). Sum of RGB (Red+Green+Blue) = 64+91+72=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #405B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B48 is #BFA4B7. Grayscale: #505050. Windows color (decimal): -12559544 or 4741952. OLE color: 4741952.
HSL color Cylindrical-coordinate representation of color #405B48: hue angle of 137.78º 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 #405B48 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 72 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.64 |
| HSL | 137.78º | 0.17% | 0.3% | - |
| HSV(B) | 137.78º | 0.3% | 0.36% | - |
| XYZ | 7.03 | 9.04 | 7.51 | - |
| YUV | 80.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 72 | 0.30 | 0 | 0.21 | 0.64 | 137.78 | 0.17 | 0.3 |
| Hex | 40 | 5B | 48 | 1E | 0 | 15 | 40 | 8A | 11 | 1E |
| Octal | 100 | 133 | 110 | 36 | 0 | 25 | 100 | 212 | 21 | 36 |
| Binary | 1000000 | 1011011 | 1001000 | 11110 | 0 | 10101 | 1000000 | 10001010 | 10001 | 11110 |
Color Harmonies of #405B48
Complementary color
Monochromatic Colors of #405B48
Black with #405B48
Text Example
Text Example
White with #405B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B48; }
p { color: rgb(64,91,72); }
H1.HeaderClassName
{
color: #405B48;
}
.AnyTagClassName
{
color: #405B48;
}
</style>
background-color css
<style>
a { background-color: #405B48; }
a { background-color: rgb(64,91,72); }
div.DivClassName
{
background-color: #405B48;
}
.BgClassName
{
background-color: #405B48;
}
</style>
border-color css
<style>
span { border-color: #405B48; }
span { border-color: rgb(64,91,72); }
td.TdClassName
{
border-color: #405B48;
}
.TagClassName
{
border-color: #405B48;
}
</style>