Shades of Goblin #454D47
Tints of Goblin #454D47
RGB
CMYK
RGB Variations
Color information
#454D47 (or 0x454D47) is known color: Goblin. HEX triplet: 45, 4D and 47. RGB value is (69,77,71). Sum of RGB (Red+Green+Blue) = 69+77+71=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 77 - color contains mainly: green. Hex color #454D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D47 is #BAB2B8. Grayscale: #494949. Windows color (decimal): -12235449 or 4672837. OLE color: 4672837.
HSL color Cylindrical-coordinate representation of color #454D47: hue angle of 135º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #454D47 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 77 | 71 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.70 |
| HSL | 135º | 0.05% | 0.29% | - |
| HSV(B) | 135º | 0.1% | 0.3% | - |
| XYZ | 6.25 | 7.03 | 6.99 | - |
| YUV | 73.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 71 | 0.10 | 0 | 0.08 | 0.70 | 135 | 0.05 | 0.29 |
| Hex | 45 | 4D | 47 | A | 0 | 8 | 46 | 87 | 5 | 1D |
| Octal | 105 | 115 | 107 | 12 | 0 | 10 | 106 | 207 | 5 | 35 |
| Binary | 1000101 | 1001101 | 1000111 | 1010 | 0 | 1000 | 1000110 | 10000111 | 101 | 11101 |
Color Harmonies of #454D47
Complementary color
Monochromatic Colors of #454D47
Black with #454D47
Text Example
Text Example
White with #454D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D47; }
p { color: rgb(69,77,71); }
H1.HeaderClassName
{
color: #454D47;
}
.AnyTagClassName
{
color: #454D47;
}
</style>
background-color css
<style>
a { background-color: #454D47; }
a { background-color: rgb(69,77,71); }
div.DivClassName
{
background-color: #454D47;
}
.BgClassName
{
background-color: #454D47;
}
</style>
border-color css
<style>
span { border-color: #454D47; }
span { border-color: rgb(69,77,71); }
td.TdClassName
{
border-color: #454D47;
}
.TagClassName
{
border-color: #454D47;
}
</style>