Shades of Goblin #405445
Tints of Goblin #405445
RGB
CMYK
RGB Variations
Color information
#405445 (or 0x405445) is known color: Goblin. HEX triplet: 40, 54 and 45. RGB value is (64,84,69). Sum of RGB (Red+Green+Blue) = 64+84+69=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #405445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405445 is #BFABBA. Grayscale: #4C4C4C. Windows color (decimal): -12561339 or 4543552. OLE color: 4543552.
HSL color Cylindrical-coordinate representation of color #405445: hue angle of 135º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #405445 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 69 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.67 |
| HSL | 135º | 0.14% | 0.29% | - |
| HSV(B) | 135º | 0.24% | 0.33% | - |
| XYZ | 6.36 | 7.86 | 6.81 | - |
| YUV | 76.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 69 | 0.24 | 0 | 0.18 | 0.67 | 135 | 0.14 | 0.29 |
| Hex | 40 | 54 | 45 | 18 | 0 | 12 | 43 | 87 | E | 1D |
| Octal | 100 | 124 | 105 | 30 | 0 | 22 | 103 | 207 | 16 | 35 |
| Binary | 1000000 | 1010100 | 1000101 | 11000 | 0 | 10010 | 1000011 | 10000111 | 1110 | 11101 |
Color Harmonies of #405445
Complementary color
Monochromatic Colors of #405445
Black with #405445
Text Example
Text Example
White with #405445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405445; }
p { color: rgb(64,84,69); }
H1.HeaderClassName
{
color: #405445;
}
.AnyTagClassName
{
color: #405445;
}
</style>
background-color css
<style>
a { background-color: #405445; }
a { background-color: rgb(64,84,69); }
div.DivClassName
{
background-color: #405445;
}
.BgClassName
{
background-color: #405445;
}
</style>
border-color css
<style>
span { border-color: #405445; }
span { border-color: rgb(64,84,69); }
td.TdClassName
{
border-color: #405445;
}
.TagClassName
{
border-color: #405445;
}
</style>