Shades of Goblin #3F5746
Tints of Goblin #3F5746
RGB
CMYK
RGB Variations
Color information
#3F5746 (or 0x3F5746) is known color: Goblin. HEX triplet: 3F, 57 and 46. RGB value is (63,87,70). Sum of RGB (Red+Green+Blue) = 63+87+70=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5746 is #C0A8B9. Grayscale: #4D4D4D. Windows color (decimal): -12626106 or 4609855. OLE color: 4609855.
HSL color Cylindrical-coordinate representation of color #3F5746: hue angle of 137.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5746 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 70 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.66 |
| HSL | 137.5º | 0.16% | 0.29% | - |
| HSV(B) | 137.5º | 0.28% | 0.34% | - |
| XYZ | 6.56 | 8.32 | 7.05 | - |
| YUV | 77.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 70 | 0.28 | 0 | 0.20 | 0.66 | 137.5 | 0.16 | 0.29 |
| Hex | 3F | 57 | 46 | 1C | 0 | 14 | 42 | 8A | 10 | 1D |
| Octal | 77 | 127 | 106 | 34 | 0 | 24 | 102 | 212 | 20 | 35 |
| Binary | 111111 | 1010111 | 1000110 | 11100 | 0 | 10100 | 1000010 | 10001010 | 10000 | 11101 |
Color Harmonies of #3F5746
Complementary color
Monochromatic Colors of #3F5746
Black with #3F5746
Text Example
Text Example
White with #3F5746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5746; }
p { color: rgb(63,87,70); }
H1.HeaderClassName
{
color: #3F5746;
}
.AnyTagClassName
{
color: #3F5746;
}
</style>
background-color css
<style>
a { background-color: #3F5746; }
a { background-color: rgb(63,87,70); }
div.DivClassName
{
background-color: #3F5746;
}
.BgClassName
{
background-color: #3F5746;
}
</style>
border-color css
<style>
span { border-color: #3F5746; }
span { border-color: rgb(63,87,70); }
td.TdClassName
{
border-color: #3F5746;
}
.TagClassName
{
border-color: #3F5746;
}
</style>