Shades of Goblin #414C45
Tints of Goblin #414C45
RGB
CMYK
RGB Variations
Color information
#414C45 (or 0x414C45) is known color: Goblin. HEX triplet: 41, 4C and 45. RGB value is (65,76,69). Sum of RGB (Red+Green+Blue) = 65+76+69=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 76 - color contains mainly: green. Hex color #414C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C45 is #BEB3BA. Grayscale: #474747. Windows color (decimal): -12497851 or 4541505. OLE color: 4541505.
HSL color Cylindrical-coordinate representation of color #414C45: hue angle of 141.82º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #414C45 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 69 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.70 |
| HSL | 141.82º | 0.08% | 0.28% | - |
| HSV(B) | 141.82º | 0.14% | 0.3% | - |
| XYZ | 5.84 | 6.72 | 6.62 | - |
| YUV | 71.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 69 | 0.14 | 0 | 0.09 | 0.70 | 141.82 | 0.08 | 0.28 |
| Hex | 41 | 4C | 45 | E | 0 | 9 | 46 | 8E | 8 | 1C |
| Octal | 101 | 114 | 105 | 16 | 0 | 11 | 106 | 216 | 10 | 34 |
| Binary | 1000001 | 1001100 | 1000101 | 1110 | 0 | 1001 | 1000110 | 10001110 | 1000 | 11100 |
Color Harmonies of #414C45
Complementary color
Monochromatic Colors of #414C45
Black with #414C45
Text Example
Text Example
White with #414C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C45; }
p { color: rgb(65,76,69); }
H1.HeaderClassName
{
color: #414C45;
}
.AnyTagClassName
{
color: #414C45;
}
</style>
background-color css
<style>
a { background-color: #414C45; }
a { background-color: rgb(65,76,69); }
div.DivClassName
{
background-color: #414C45;
}
.BgClassName
{
background-color: #414C45;
}
</style>
border-color css
<style>
span { border-color: #414C45; }
span { border-color: rgb(65,76,69); }
td.TdClassName
{
border-color: #414C45;
}
.TagClassName
{
border-color: #414C45;
}
</style>