Shades of Goblin #3D4D41
Tints of Goblin #3D4D41
RGB
CMYK
RGB Variations
Color information
#3D4D41 (or 0x3D4D41) is known color: Goblin. HEX triplet: 3D, 4D and 41. RGB value is (61,77,65). Sum of RGB (Red+Green+Blue) = 61+77+65=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #3D4D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4D41 is #C2B2BE. Grayscale: #464646. Windows color (decimal): -12759743 or 4279613. OLE color: 4279613.
HSL color Cylindrical-coordinate representation of color #3D4D41: hue angle of 135º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D4D41 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 77 | 65 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.70 |
| HSL | 135º | 0.12% | 0.27% | - |
| HSV(B) | 135º | 0.21% | 0.3% | - |
| XYZ | 5.53 | 6.68 | 6 | - |
| YUV | 70.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 77 | 65 | 0.21 | 0 | 0.16 | 0.70 | 135 | 0.12 | 0.27 |
| Hex | 3D | 4D | 41 | 15 | 0 | 10 | 46 | 87 | C | 1B |
| Octal | 75 | 115 | 101 | 25 | 0 | 20 | 106 | 207 | 14 | 33 |
| Binary | 111101 | 1001101 | 1000001 | 10101 | 0 | 10000 | 1000110 | 10000111 | 1100 | 11011 |
Color Harmonies of #3D4D41
Complementary color
Monochromatic Colors of #3D4D41
Black with #3D4D41
Text Example
Text Example
White with #3D4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4D41; }
p { color: rgb(61,77,65); }
H1.HeaderClassName
{
color: #3D4D41;
}
.AnyTagClassName
{
color: #3D4D41;
}
</style>
background-color css
<style>
a { background-color: #3D4D41; }
a { background-color: rgb(61,77,65); }
div.DivClassName
{
background-color: #3D4D41;
}
.BgClassName
{
background-color: #3D4D41;
}
</style>
border-color css
<style>
span { border-color: #3D4D41; }
span { border-color: rgb(61,77,65); }
td.TdClassName
{
border-color: #3D4D41;
}
.TagClassName
{
border-color: #3D4D41;
}
</style>