Shades of Goblin #444D46
Tints of Goblin #444D46
RGB
CMYK
RGB Variations
Color information
#444D46 (or 0x444D46) is known color: Goblin. HEX triplet: 44, 4D and 46. RGB value is (68,77,70). Sum of RGB (Red+Green+Blue) = 68+77+70=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 77 - color contains mainly: green. Hex color #444D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D46 is #BBB2B9. Grayscale: #494949. Windows color (decimal): -12300986 or 4607300. OLE color: 4607300.
HSL color Cylindrical-coordinate representation of color #444D46: hue angle of 133.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #444D46 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 70 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.70 |
| HSL | 133.33º | 0.06% | 0.28% | - |
| HSV(B) | 133.33º | 0.12% | 0.3% | - |
| XYZ | 6.14 | 6.98 | 6.82 | - |
| YUV | 73.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 70 | 0.12 | 0 | 0.09 | 0.70 | 133.33 | 0.06 | 0.28 |
| Hex | 44 | 4D | 46 | C | 0 | 9 | 46 | 85 | 6 | 1C |
| Octal | 104 | 115 | 106 | 14 | 0 | 11 | 106 | 205 | 6 | 34 |
| Binary | 1000100 | 1001101 | 1000110 | 1100 | 0 | 1001 | 1000110 | 10000101 | 110 | 11100 |
Color Harmonies of #444D46
Complementary color
Monochromatic Colors of #444D46
Black with #444D46
Text Example
Text Example
White with #444D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D46; }
p { color: rgb(68,77,70); }
H1.HeaderClassName
{
color: #444D46;
}
.AnyTagClassName
{
color: #444D46;
}
</style>
background-color css
<style>
a { background-color: #444D46; }
a { background-color: rgb(68,77,70); }
div.DivClassName
{
background-color: #444D46;
}
.BgClassName
{
background-color: #444D46;
}
</style>
border-color css
<style>
span { border-color: #444D46; }
span { border-color: rgb(68,77,70); }
td.TdClassName
{
border-color: #444D46;
}
.TagClassName
{
border-color: #444D46;
}
</style>