Shades of Goblin #445448
Tints of Goblin #445448
RGB
CMYK
RGB Variations
Color information
#445448 (or 0x445448) is known color: Goblin. HEX triplet: 44, 54 and 48. RGB value is (68,84,72). Sum of RGB (Red+Green+Blue) = 68+84+72=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #445448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445448 is #BBABB7. Grayscale: #4D4D4D. Windows color (decimal): -12299192 or 4740164. OLE color: 4740164.
HSL color Cylindrical-coordinate representation of color #445448: hue angle of 135º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #445448 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 72 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.67 |
| HSL | 135º | 0.11% | 0.3% | - |
| HSV(B) | 135º | 0.19% | 0.33% | - |
| XYZ | 6.72 | 8.04 | 7.33 | - |
| YUV | 77.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 72 | 0.19 | 0 | 0.14 | 0.67 | 135 | 0.11 | 0.3 |
| Hex | 44 | 54 | 48 | 13 | 0 | E | 43 | 87 | B | 1E |
| Octal | 104 | 124 | 110 | 23 | 0 | 16 | 103 | 207 | 13 | 36 |
| Binary | 1000100 | 1010100 | 1001000 | 10011 | 0 | 1110 | 1000011 | 10000111 | 1011 | 11110 |
Color Harmonies of #445448
Complementary color
Monochromatic Colors of #445448
Black with #445448
Text Example
Text Example
White with #445448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445448; }
p { color: rgb(68,84,72); }
H1.HeaderClassName
{
color: #445448;
}
.AnyTagClassName
{
color: #445448;
}
</style>
background-color css
<style>
a { background-color: #445448; }
a { background-color: rgb(68,84,72); }
div.DivClassName
{
background-color: #445448;
}
.BgClassName
{
background-color: #445448;
}
</style>
border-color css
<style>
span { border-color: #445448; }
span { border-color: rgb(68,84,72); }
td.TdClassName
{
border-color: #445448;
}
.TagClassName
{
border-color: #445448;
}
</style>