Shades of Goblin #3D4640
Tints of Goblin #3D4640
RGB
CMYK
RGB Variations
Color information
#3D4640 (or 0x3D4640) is known color: Goblin. HEX triplet: 3D, 46 and 40. RGB value is (61,70,64). Sum of RGB (Red+Green+Blue) = 61+70+64=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 70 - color contains mainly: green. Hex color #3D4640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4640 is #C2B9BF. Grayscale: #424242. Windows color (decimal): -12761536 or 4212285. OLE color: 4212285.
HSL color Cylindrical-coordinate representation of color #3D4640: hue angle of 140º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D4640 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 70 | 64 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.73 |
| HSL | 140º | 0.07% | 0.26% | - |
| HSV(B) | 140º | 0.13% | 0.27% | - |
| XYZ | 5.04 | 5.74 | 5.69 | - |
| YUV | 66.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 70 | 64 | 0.13 | 0 | 0.09 | 0.73 | 140 | 0.07 | 0.26 |
| Hex | 3D | 46 | 40 | D | 0 | 9 | 49 | 8C | 7 | 1A |
| Octal | 75 | 106 | 100 | 15 | 0 | 11 | 111 | 214 | 7 | 32 |
| Binary | 111101 | 1000110 | 1000000 | 1101 | 0 | 1001 | 1001001 | 10001100 | 111 | 11010 |
Color Harmonies of #3D4640
Complementary color
Monochromatic Colors of #3D4640
Black with #3D4640
Text Example
Text Example
White with #3D4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4640; }
p { color: rgb(61,70,64); }
H1.HeaderClassName
{
color: #3D4640;
}
.AnyTagClassName
{
color: #3D4640;
}
</style>
background-color css
<style>
a { background-color: #3D4640; }
a { background-color: rgb(61,70,64); }
div.DivClassName
{
background-color: #3D4640;
}
.BgClassName
{
background-color: #3D4640;
}
</style>
border-color css
<style>
span { border-color: #3D4640; }
span { border-color: rgb(61,70,64); }
td.TdClassName
{
border-color: #3D4640;
}
.TagClassName
{
border-color: #3D4640;
}
</style>