Shades of Goblin #3F5243
Tints of Goblin #3F5243
RGB
CMYK
RGB Variations
Color information
#3F5243 (or 0x3F5243) is known color: Goblin. HEX triplet: 3F, 52 and 43. RGB value is (63,82,67). Sum of RGB (Red+Green+Blue) = 63+82+67=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5243 is #C0ADBC. Grayscale: #4A4A4A. Windows color (decimal): -12627389 or 4411967. OLE color: 4411967.
HSL color Cylindrical-coordinate representation of color #3F5243: hue angle of 132.63º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F5243 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 67 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.68 |
| HSL | 132.63º | 0.13% | 0.28% | - |
| HSV(B) | 132.63º | 0.23% | 0.32% | - |
| XYZ | 6.08 | 7.5 | 6.44 | - |
| YUV | 74.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 67 | 0.23 | 0 | 0.18 | 0.68 | 132.63 | 0.13 | 0.28 |
| Hex | 3F | 52 | 43 | 17 | 0 | 12 | 44 | 85 | D | 1C |
| Octal | 77 | 122 | 103 | 27 | 0 | 22 | 104 | 205 | 15 | 34 |
| Binary | 111111 | 1010010 | 1000011 | 10111 | 0 | 10010 | 1000100 | 10000101 | 1101 | 11100 |
Color Harmonies of #3F5243
Complementary color
Monochromatic Colors of #3F5243
Black with #3F5243
Text Example
Text Example
White with #3F5243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5243; }
p { color: rgb(63,82,67); }
H1.HeaderClassName
{
color: #3F5243;
}
.AnyTagClassName
{
color: #3F5243;
}
</style>
background-color css
<style>
a { background-color: #3F5243; }
a { background-color: rgb(63,82,67); }
div.DivClassName
{
background-color: #3F5243;
}
.BgClassName
{
background-color: #3F5243;
}
</style>
border-color css
<style>
span { border-color: #3F5243; }
span { border-color: rgb(63,82,67); }
td.TdClassName
{
border-color: #3F5243;
}
.TagClassName
{
border-color: #3F5243;
}
</style>