Shades of Goblin #414E43
Tints of Goblin #414E43
RGB
CMYK
RGB Variations
Color information
#414E43 (or 0x414E43) is known color: Goblin. HEX triplet: 41, 4E and 43. RGB value is (65,78,67). Sum of RGB (Red+Green+Blue) = 65+78+67=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #414E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E43 is #BEB1BC. Grayscale: #484848. Windows color (decimal): -12497341 or 4410945. OLE color: 4410945.
HSL color Cylindrical-coordinate representation of color #414E43: hue angle of 129.23º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #414E43 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 78 | 67 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.69 |
| HSL | 129.23º | 0.09% | 0.28% | - |
| HSV(B) | 129.23º | 0.17% | 0.31% | - |
| XYZ | 5.92 | 6.98 | 6.35 | - |
| YUV | 72.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 67 | 0.17 | 0 | 0.14 | 0.69 | 129.23 | 0.09 | 0.28 |
| Hex | 41 | 4E | 43 | 11 | 0 | E | 45 | 81 | 9 | 1C |
| Octal | 101 | 116 | 103 | 21 | 0 | 16 | 105 | 201 | 11 | 34 |
| Binary | 1000001 | 1001110 | 1000011 | 10001 | 0 | 1110 | 1000101 | 10000001 | 1001 | 11100 |
Color Harmonies of #414E43
Complementary color
Monochromatic Colors of #414E43
Black with #414E43
Text Example
Text Example
White with #414E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E43; }
p { color: rgb(65,78,67); }
H1.HeaderClassName
{
color: #414E43;
}
.AnyTagClassName
{
color: #414E43;
}
</style>
background-color css
<style>
a { background-color: #414E43; }
a { background-color: rgb(65,78,67); }
div.DivClassName
{
background-color: #414E43;
}
.BgClassName
{
background-color: #414E43;
}
</style>
border-color css
<style>
span { border-color: #414E43; }
span { border-color: rgb(65,78,67); }
td.TdClassName
{
border-color: #414E43;
}
.TagClassName
{
border-color: #414E43;
}
</style>