Shades of Goblin #415747
Tints of Goblin #415747
RGB
CMYK
RGB Variations
Color information
#415747 (or 0x415747) is known color: Goblin. HEX triplet: 41, 57 and 47. RGB value is (65,87,71). Sum of RGB (Red+Green+Blue) = 65+87+71=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #415747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415747 is #BEA8B8. Grayscale: #4E4E4E. Windows color (decimal): -12495033 or 4675393. OLE color: 4675393.
HSL color Cylindrical-coordinate representation of color #415747: hue angle of 136.36º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #415747 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 87 | 71 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.66 |
| HSL | 136.36º | 0.14% | 0.3% | - |
| HSV(B) | 136.36º | 0.25% | 0.34% | - |
| XYZ | 6.73 | 8.4 | 7.23 | - |
| YUV | 78.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 71 | 0.25 | 0 | 0.18 | 0.66 | 136.36 | 0.14 | 0.3 |
| Hex | 41 | 57 | 47 | 19 | 0 | 12 | 42 | 88 | E | 1E |
| Octal | 101 | 127 | 107 | 31 | 0 | 22 | 102 | 210 | 16 | 36 |
| Binary | 1000001 | 1010111 | 1000111 | 11001 | 0 | 10010 | 1000010 | 10001000 | 1110 | 11110 |
Color Harmonies of #415747
Complementary color
Monochromatic Colors of #415747
Black with #415747
Text Example
Text Example
White with #415747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415747; }
p { color: rgb(65,87,71); }
H1.HeaderClassName
{
color: #415747;
}
.AnyTagClassName
{
color: #415747;
}
</style>
background-color css
<style>
a { background-color: #415747; }
a { background-color: rgb(65,87,71); }
div.DivClassName
{
background-color: #415747;
}
.BgClassName
{
background-color: #415747;
}
</style>
border-color css
<style>
span { border-color: #415747; }
span { border-color: rgb(65,87,71); }
td.TdClassName
{
border-color: #415747;
}
.TagClassName
{
border-color: #415747;
}
</style>