Shades of Goblin #405346
Tints of Goblin #405346
RGB
CMYK
RGB Variations
Color information
#405346 (or 0x405346) is known color: Goblin. HEX triplet: 40, 53 and 46. RGB value is (64,83,70). Sum of RGB (Red+Green+Blue) = 64+83+70=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #405346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405346 is #BFACB9. Grayscale: #4B4B4B. Windows color (decimal): -12561594 or 4608832. OLE color: 4608832.
HSL color Cylindrical-coordinate representation of color #405346: hue angle of 138.95º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #405346 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 83 | 70 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.67 |
| HSL | 138.95º | 0.13% | 0.29% | - |
| HSV(B) | 138.95º | 0.23% | 0.33% | - |
| XYZ | 6.31 | 7.72 | 6.95 | - |
| YUV | 75.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 70 | 0.23 | 0 | 0.16 | 0.67 | 138.95 | 0.13 | 0.29 |
| Hex | 40 | 53 | 46 | 17 | 0 | 10 | 43 | 8B | D | 1D |
| Octal | 100 | 123 | 106 | 27 | 0 | 20 | 103 | 213 | 15 | 35 |
| Binary | 1000000 | 1010011 | 1000110 | 10111 | 0 | 10000 | 1000011 | 10001011 | 1101 | 11101 |
Color Harmonies of #405346
Complementary color
Monochromatic Colors of #405346
Black with #405346
Text Example
Text Example
White with #405346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405346; }
p { color: rgb(64,83,70); }
H1.HeaderClassName
{
color: #405346;
}
.AnyTagClassName
{
color: #405346;
}
</style>
background-color css
<style>
a { background-color: #405346; }
a { background-color: rgb(64,83,70); }
div.DivClassName
{
background-color: #405346;
}
.BgClassName
{
background-color: #405346;
}
</style>
border-color css
<style>
span { border-color: #405346; }
span { border-color: rgb(64,83,70); }
td.TdClassName
{
border-color: #405346;
}
.TagClassName
{
border-color: #405346;
}
</style>