Shades of Goblin #3F5C48
Tints of Goblin #3F5C48
RGB
CMYK
RGB Variations
Color information
#3F5C48 (or 0x3F5C48) is known color: Goblin. HEX triplet: 3F, 5C and 48. RGB value is (63,92,72). Sum of RGB (Red+Green+Blue) = 63+92+72=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #3F5C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5C48 is #C0A3B7. Grayscale: #515151. Windows color (decimal): -12624824 or 4742207. OLE color: 4742207.
HSL color Cylindrical-coordinate representation of color #3F5C48: hue angle of 138.62º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5C48 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 92 | 72 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.64 |
| HSL | 138.62º | 0.19% | 0.3% | - |
| HSV(B) | 138.62º | 0.32% | 0.36% | - |
| XYZ | 7.05 | 9.18 | 7.53 | - |
| YUV | 81.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 92 | 72 | 0.32 | 0 | 0.22 | 0.64 | 138.62 | 0.19 | 0.3 |
| Hex | 3F | 5C | 48 | 20 | 0 | 16 | 40 | 8B | 13 | 1E |
| Octal | 77 | 134 | 110 | 40 | 0 | 26 | 100 | 213 | 23 | 36 |
| Binary | 111111 | 1011100 | 1001000 | 100000 | 0 | 10110 | 1000000 | 10001011 | 10011 | 11110 |
Color Harmonies of #3F5C48
Complementary color
Monochromatic Colors of #3F5C48
Black with #3F5C48
Text Example
Text Example
White with #3F5C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5C48; }
p { color: rgb(63,92,72); }
H1.HeaderClassName
{
color: #3F5C48;
}
.AnyTagClassName
{
color: #3F5C48;
}
</style>
background-color css
<style>
a { background-color: #3F5C48; }
a { background-color: rgb(63,92,72); }
div.DivClassName
{
background-color: #3F5C48;
}
.BgClassName
{
background-color: #3F5C48;
}
</style>
border-color css
<style>
span { border-color: #3F5C48; }
span { border-color: rgb(63,92,72); }
td.TdClassName
{
border-color: #3F5C48;
}
.TagClassName
{
border-color: #3F5C48;
}
</style>