Shades of Goblin #405A47
Tints of Goblin #405A47
RGB
CMYK
RGB Variations
Color information
#405A47 (or 0x405A47) is known color: Goblin. HEX triplet: 40, 5A and 47. RGB value is (64,90,71). Sum of RGB (Red+Green+Blue) = 64+90+71=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #405A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A47 is #BFA5B8. Grayscale: #505050. Windows color (decimal): -12559801 or 4676160. OLE color: 4676160.
HSL color Cylindrical-coordinate representation of color #405A47: hue angle of 136.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #405A47 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 90 | 71 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.65 |
| HSL | 136.15º | 0.17% | 0.3% | - |
| HSV(B) | 136.15º | 0.29% | 0.35% | - |
| XYZ | 6.91 | 8.86 | 7.31 | - |
| YUV | 80.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 71 | 0.29 | 0 | 0.21 | 0.65 | 136.15 | 0.17 | 0.3 |
| Hex | 40 | 5A | 47 | 1D | 0 | 15 | 41 | 88 | 11 | 1E |
| Octal | 100 | 132 | 107 | 35 | 0 | 25 | 101 | 210 | 21 | 36 |
| Binary | 1000000 | 1011010 | 1000111 | 11101 | 0 | 10101 | 1000001 | 10001000 | 10001 | 11110 |
Color Harmonies of #405A47
Complementary color
Monochromatic Colors of #405A47
Black with #405A47
Text Example
Text Example
White with #405A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A47; }
p { color: rgb(64,90,71); }
H1.HeaderClassName
{
color: #405A47;
}
.AnyTagClassName
{
color: #405A47;
}
</style>
background-color css
<style>
a { background-color: #405A47; }
a { background-color: rgb(64,90,71); }
div.DivClassName
{
background-color: #405A47;
}
.BgClassName
{
background-color: #405A47;
}
</style>
border-color css
<style>
span { border-color: #405A47; }
span { border-color: rgb(64,90,71); }
td.TdClassName
{
border-color: #405A47;
}
.TagClassName
{
border-color: #405A47;
}
</style>