Shades of Goblin #3D4F40
Tints of Goblin #3D4F40
RGB
CMYK
RGB Variations
Color information
#3D4F40 (or 0x3D4F40) is known color: Goblin. HEX triplet: 3D, 4F and 40. RGB value is (61,79,64). Sum of RGB (Red+Green+Blue) = 61+79+64=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #3D4F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4F40 is #C2B0BF. Grayscale: #474747. Windows color (decimal): -12759232 or 4214589. OLE color: 4214589.
HSL color Cylindrical-coordinate representation of color #3D4F40: hue angle of 130º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D4F40 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 79 | 64 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.69 |
| HSL | 130º | 0.13% | 0.27% | - |
| HSV(B) | 130º | 0.23% | 0.31% | - |
| XYZ | 5.65 | 6.95 | 5.9 | - |
| YUV | 71.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 79 | 64 | 0.23 | 0 | 0.19 | 0.69 | 130 | 0.13 | 0.27 |
| Hex | 3D | 4F | 40 | 17 | 0 | 13 | 45 | 82 | D | 1B |
| Octal | 75 | 117 | 100 | 27 | 0 | 23 | 105 | 202 | 15 | 33 |
| Binary | 111101 | 1001111 | 1000000 | 10111 | 0 | 10011 | 1000101 | 10000010 | 1101 | 11011 |
Color Harmonies of #3D4F40
Complementary color
Monochromatic Colors of #3D4F40
Black with #3D4F40
Text Example
Text Example
White with #3D4F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4F40; }
p { color: rgb(61,79,64); }
H1.HeaderClassName
{
color: #3D4F40;
}
.AnyTagClassName
{
color: #3D4F40;
}
</style>
background-color css
<style>
a { background-color: #3D4F40; }
a { background-color: rgb(61,79,64); }
div.DivClassName
{
background-color: #3D4F40;
}
.BgClassName
{
background-color: #3D4F40;
}
</style>
border-color css
<style>
span { border-color: #3D4F40; }
span { border-color: rgb(61,79,64); }
td.TdClassName
{
border-color: #3D4F40;
}
.TagClassName
{
border-color: #3D4F40;
}
</style>