Shades of Goblin #3F4F45
Tints of Goblin #3F4F45
RGB
CMYK
RGB Variations
Color information
#3F4F45 (or 0x3F4F45) is known color: Goblin. HEX triplet: 3F, 4F and 45. RGB value is (63,79,69). Sum of RGB (Red+Green+Blue) = 63+79+69=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F45 is #C0B0BA. Grayscale: #494949. Windows color (decimal): -12628155 or 4542271. OLE color: 4542271.
HSL color Cylindrical-coordinate representation of color #3F4F45: hue angle of 142.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F4F45 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 69 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.69 |
| HSL | 142.5º | 0.11% | 0.28% | - |
| HSV(B) | 142.5º | 0.2% | 0.31% | - |
| XYZ | 5.92 | 7.08 | 6.68 | - |
| YUV | 73.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 69 | 0.20 | 0 | 0.13 | 0.69 | 142.5 | 0.11 | 0.28 |
| Hex | 3F | 4F | 45 | 14 | 0 | D | 45 | 8E | B | 1C |
| Octal | 77 | 117 | 105 | 24 | 0 | 15 | 105 | 216 | 13 | 34 |
| Binary | 111111 | 1001111 | 1000101 | 10100 | 0 | 1101 | 1000101 | 10001110 | 1011 | 11100 |
Color Harmonies of #3F4F45
Complementary color
Monochromatic Colors of #3F4F45
Black with #3F4F45
Text Example
Text Example
White with #3F4F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F45; }
p { color: rgb(63,79,69); }
H1.HeaderClassName
{
color: #3F4F45;
}
.AnyTagClassName
{
color: #3F4F45;
}
</style>
background-color css
<style>
a { background-color: #3F4F45; }
a { background-color: rgb(63,79,69); }
div.DivClassName
{
background-color: #3F4F45;
}
.BgClassName
{
background-color: #3F4F45;
}
</style>
border-color css
<style>
span { border-color: #3F4F45; }
span { border-color: rgb(63,79,69); }
td.TdClassName
{
border-color: #3F4F45;
}
.TagClassName
{
border-color: #3F4F45;
}
</style>