Shades of Goblin #405344
Tints of Goblin #405344
RGB
CMYK
RGB Variations
Color information
#405344 (or 0x405344) is known color: Goblin. HEX triplet: 40, 53 and 44. RGB value is (64,83,68). Sum of RGB (Red+Green+Blue) = 64+83+68=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #405344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405344 is #BFACBB. Grayscale: #4B4B4B. Windows color (decimal): -12561596 or 4477760. OLE color: 4477760.
HSL color Cylindrical-coordinate representation of color #405344: hue angle of 132.63º 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 #405344 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 83 | 68 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.67 |
| HSL | 132.63º | 0.13% | 0.29% | - |
| HSV(B) | 132.63º | 0.23% | 0.33% | - |
| XYZ | 6.25 | 7.69 | 6.62 | - |
| YUV | 75.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 68 | 0.23 | 0 | 0.18 | 0.67 | 132.63 | 0.13 | 0.29 |
| Hex | 40 | 53 | 44 | 17 | 0 | 12 | 43 | 85 | D | 1D |
| Octal | 100 | 123 | 104 | 27 | 0 | 22 | 103 | 205 | 15 | 35 |
| Binary | 1000000 | 1010011 | 1000100 | 10111 | 0 | 10010 | 1000011 | 10000101 | 1101 | 11101 |
Color Harmonies of #405344
Complementary color
Monochromatic Colors of #405344
Black with #405344
Text Example
Text Example
White with #405344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405344; }
p { color: rgb(64,83,68); }
H1.HeaderClassName
{
color: #405344;
}
.AnyTagClassName
{
color: #405344;
}
</style>
background-color css
<style>
a { background-color: #405344; }
a { background-color: rgb(64,83,68); }
div.DivClassName
{
background-color: #405344;
}
.BgClassName
{
background-color: #405344;
}
</style>
border-color css
<style>
span { border-color: #405344; }
span { border-color: rgb(64,83,68); }
td.TdClassName
{
border-color: #405344;
}
.TagClassName
{
border-color: #405344;
}
</style>