Shades of Goblin #3D5F47
Tints of Goblin #3D5F47
RGB
CMYK
RGB Variations
Color information
#3D5F47 (or 0x3D5F47) is known color: Goblin. HEX triplet: 3D, 5F and 47. RGB value is (61,95,71). Sum of RGB (Red+Green+Blue) = 61+95+71=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5F47 is #C2A0B8. Grayscale: #525252. Windows color (decimal): -12755129 or 4677437. OLE color: 4677437.
HSL color Cylindrical-coordinate representation of color #3D5F47: hue angle of 137.65º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D5F47 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 61 | 95 | 71 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.63 |
| HSL | 137.65º | 0.22% | 0.31% | - |
| HSV(B) | 137.65º | 0.36% | 0.37% | - |
| XYZ | 7.15 | 9.63 | 7.44 | - |
| YUV | 82.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 95 | 71 | 0.36 | 0 | 0.25 | 0.63 | 137.65 | 0.22 | 0.31 |
| Hex | 3D | 5F | 47 | 24 | 0 | 19 | 3F | 8A | 16 | 1F |
| Octal | 75 | 137 | 107 | 44 | 0 | 31 | 77 | 212 | 26 | 37 |
| Binary | 111101 | 1011111 | 1000111 | 100100 | 0 | 11001 | 111111 | 10001010 | 10110 | 11111 |
Color Harmonies of #3D5F47
Complementary color
Monochromatic Colors of #3D5F47
Black with #3D5F47
Text Example
Text Example
White with #3D5F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5F47; }
p { color: rgb(61,95,71); }
H1.HeaderClassName
{
color: #3D5F47;
}
.AnyTagClassName
{
color: #3D5F47;
}
</style>
background-color css
<style>
a { background-color: #3D5F47; }
a { background-color: rgb(61,95,71); }
div.DivClassName
{
background-color: #3D5F47;
}
.BgClassName
{
background-color: #3D5F47;
}
</style>
border-color css
<style>
span { border-color: #3D5F47; }
span { border-color: rgb(61,95,71); }
td.TdClassName
{
border-color: #3D5F47;
}
.TagClassName
{
border-color: #3D5F47;
}
</style>