Shades of Goblin #445248
Tints of Goblin #445248
RGB
CMYK
RGB Variations
Color information
#445248 (or 0x445248) is known color: Goblin. HEX triplet: 44, 52 and 48. RGB value is (68,82,72). Sum of RGB (Red+Green+Blue) = 68+82+72=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #445248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445248 is #BBADB7. Grayscale: #4C4C4C. Windows color (decimal): -12299704 or 4739652. OLE color: 4739652.
HSL color Cylindrical-coordinate representation of color #445248: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #445248 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 72 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.68 |
| HSL | 137.14º | 0.09% | 0.29% | - |
| HSV(B) | 137.14º | 0.17% | 0.32% | - |
| XYZ | 6.57 | 7.73 | 7.28 | - |
| YUV | 76.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 72 | 0.17 | 0 | 0.12 | 0.68 | 137.14 | 0.09 | 0.29 |
| Hex | 44 | 52 | 48 | 11 | 0 | C | 44 | 89 | 9 | 1D |
| Octal | 104 | 122 | 110 | 21 | 0 | 14 | 104 | 211 | 11 | 35 |
| Binary | 1000100 | 1010010 | 1001000 | 10001 | 0 | 1100 | 1000100 | 10001001 | 1001 | 11101 |
Color Harmonies of #445248
Complementary color
Monochromatic Colors of #445248
Black with #445248
Text Example
Text Example
White with #445248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445248; }
p { color: rgb(68,82,72); }
H1.HeaderClassName
{
color: #445248;
}
.AnyTagClassName
{
color: #445248;
}
</style>
background-color css
<style>
a { background-color: #445248; }
a { background-color: rgb(68,82,72); }
div.DivClassName
{
background-color: #445248;
}
.BgClassName
{
background-color: #445248;
}
</style>
border-color css
<style>
span { border-color: #445248; }
span { border-color: rgb(68,82,72); }
td.TdClassName
{
border-color: #445248;
}
.TagClassName
{
border-color: #445248;
}
</style>