Shades of Goblin #3F5244
Tints of Goblin #3F5244
RGB
CMYK
RGB Variations
Color information
#3F5244 (or 0x3F5244) is known color: Goblin. HEX triplet: 3F, 52 and 44. RGB value is (63,82,68). Sum of RGB (Red+Green+Blue) = 63+82+68=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5244 is #C0ADBB. Grayscale: #4A4A4A. Windows color (decimal): -12627388 or 4477503. OLE color: 4477503.
HSL color Cylindrical-coordinate representation of color #3F5244: hue angle of 135.79º 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 #3F5244 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 68 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.68 |
| HSL | 135.79º | 0.13% | 0.28% | - |
| HSV(B) | 135.79º | 0.23% | 0.32% | - |
| XYZ | 6.11 | 7.51 | 6.6 | - |
| YUV | 74.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 68 | 0.23 | 0 | 0.17 | 0.68 | 135.79 | 0.13 | 0.28 |
| Hex | 3F | 52 | 44 | 17 | 0 | 11 | 44 | 88 | D | 1C |
| Octal | 77 | 122 | 104 | 27 | 0 | 21 | 104 | 210 | 15 | 34 |
| Binary | 111111 | 1010010 | 1000100 | 10111 | 0 | 10001 | 1000100 | 10001000 | 1101 | 11100 |
Color Harmonies of #3F5244
Complementary color
Monochromatic Colors of #3F5244
Black with #3F5244
Text Example
Text Example
White with #3F5244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5244; }
p { color: rgb(63,82,68); }
H1.HeaderClassName
{
color: #3F5244;
}
.AnyTagClassName
{
color: #3F5244;
}
</style>
background-color css
<style>
a { background-color: #3F5244; }
a { background-color: rgb(63,82,68); }
div.DivClassName
{
background-color: #3F5244;
}
.BgClassName
{
background-color: #3F5244;
}
</style>
border-color css
<style>
span { border-color: #3F5244; }
span { border-color: rgb(63,82,68); }
td.TdClassName
{
border-color: #3F5244;
}
.TagClassName
{
border-color: #3F5244;
}
</style>