Shades of Goblin #3F4E42
Tints of Goblin #3F4E42
RGB
CMYK
RGB Variations
Color information
#3F4E42 (or 0x3F4E42) is known color: Goblin. HEX triplet: 3F, 4E and 42. RGB value is (63,78,66). Sum of RGB (Red+Green+Blue) = 63+78+66=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E42 is #C0B1BD. Grayscale: #484848. Windows color (decimal): -12628414 or 4345407. OLE color: 4345407.
HSL color Cylindrical-coordinate representation of color #3F4E42: hue angle of 132º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F4E42 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 66 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.69 |
| HSL | 132º | 0.11% | 0.28% | - |
| HSV(B) | 132º | 0.19% | 0.31% | - |
| XYZ | 5.76 | 6.9 | 6.18 | - |
| YUV | 72.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 66 | 0.19 | 0 | 0.15 | 0.69 | 132 | 0.11 | 0.28 |
| Hex | 3F | 4E | 42 | 13 | 0 | F | 45 | 84 | B | 1C |
| Octal | 77 | 116 | 102 | 23 | 0 | 17 | 105 | 204 | 13 | 34 |
| Binary | 111111 | 1001110 | 1000010 | 10011 | 0 | 1111 | 1000101 | 10000100 | 1011 | 11100 |
Color Harmonies of #3F4E42
Complementary color
Monochromatic Colors of #3F4E42
Black with #3F4E42
Text Example
Text Example
White with #3F4E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E42; }
p { color: rgb(63,78,66); }
H1.HeaderClassName
{
color: #3F4E42;
}
.AnyTagClassName
{
color: #3F4E42;
}
</style>
background-color css
<style>
a { background-color: #3F4E42; }
a { background-color: rgb(63,78,66); }
div.DivClassName
{
background-color: #3F4E42;
}
.BgClassName
{
background-color: #3F4E42;
}
</style>
border-color css
<style>
span { border-color: #3F4E42; }
span { border-color: rgb(63,78,66); }
td.TdClassName
{
border-color: #3F4E42;
}
.TagClassName
{
border-color: #3F4E42;
}
</style>