Shades of Goblin #415948
Tints of Goblin #415948
RGB
CMYK
RGB Variations
Color information
#415948 (or 0x415948) is known color: Goblin. HEX triplet: 41, 59 and 48. RGB value is (65,89,72). Sum of RGB (Red+Green+Blue) = 65+89+72=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #415948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415948 is #BEA6B7. Grayscale: #4F4F4F. Windows color (decimal): -12494520 or 4741441. OLE color: 4741441.
HSL color Cylindrical-coordinate representation of color #415948: hue angle of 137.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #415948 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 89 | 72 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.65 |
| HSL | 137.5º | 0.16% | 0.3% | - |
| HSV(B) | 137.5º | 0.27% | 0.35% | - |
| XYZ | 6.92 | 8.74 | 7.45 | - |
| YUV | 79.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 72 | 0.27 | 0 | 0.19 | 0.65 | 137.5 | 0.16 | 0.3 |
| Hex | 41 | 59 | 48 | 1B | 0 | 13 | 41 | 8A | 10 | 1E |
| Octal | 101 | 131 | 110 | 33 | 0 | 23 | 101 | 212 | 20 | 36 |
| Binary | 1000001 | 1011001 | 1001000 | 11011 | 0 | 10011 | 1000001 | 10001010 | 10000 | 11110 |
Color Harmonies of #415948
Complementary color
Monochromatic Colors of #415948
Black with #415948
Text Example
Text Example
White with #415948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415948; }
p { color: rgb(65,89,72); }
H1.HeaderClassName
{
color: #415948;
}
.AnyTagClassName
{
color: #415948;
}
</style>
background-color css
<style>
a { background-color: #415948; }
a { background-color: rgb(65,89,72); }
div.DivClassName
{
background-color: #415948;
}
.BgClassName
{
background-color: #415948;
}
</style>
border-color css
<style>
span { border-color: #415948; }
span { border-color: rgb(65,89,72); }
td.TdClassName
{
border-color: #415948;
}
.TagClassName
{
border-color: #415948;
}
</style>