Shades of Goblin #3D5141
Tints of Goblin #3D5141
RGB
CMYK
RGB Variations
Color information
#3D5141 (or 0x3D5141) is known color: Goblin. HEX triplet: 3D, 51 and 41. RGB value is (61,81,65). Sum of RGB (Red+Green+Blue) = 61+81+65=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #3D5141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5141 is #C2AEBE. Grayscale: #494949. Windows color (decimal): -12758719 or 4280637. OLE color: 4280637.
HSL color Cylindrical-coordinate representation of color #3D5141: hue angle of 132º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D5141 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 81 | 65 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.68 |
| HSL | 132º | 0.14% | 0.28% | - |
| HSV(B) | 132º | 0.25% | 0.32% | - |
| XYZ | 5.82 | 7.26 | 6.1 | - |
| YUV | 73.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 65 | 0.25 | 0 | 0.20 | 0.68 | 132 | 0.14 | 0.28 |
| Hex | 3D | 51 | 41 | 19 | 0 | 14 | 44 | 84 | E | 1C |
| Octal | 75 | 121 | 101 | 31 | 0 | 24 | 104 | 204 | 16 | 34 |
| Binary | 111101 | 1010001 | 1000001 | 11001 | 0 | 10100 | 1000100 | 10000100 | 1110 | 11100 |
Color Harmonies of #3D5141
Complementary color
Monochromatic Colors of #3D5141
Black with #3D5141
Text Example
Text Example
White with #3D5141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5141; }
p { color: rgb(61,81,65); }
H1.HeaderClassName
{
color: #3D5141;
}
.AnyTagClassName
{
color: #3D5141;
}
</style>
background-color css
<style>
a { background-color: #3D5141; }
a { background-color: rgb(61,81,65); }
div.DivClassName
{
background-color: #3D5141;
}
.BgClassName
{
background-color: #3D5141;
}
</style>
border-color css
<style>
span { border-color: #3D5141; }
span { border-color: rgb(61,81,65); }
td.TdClassName
{
border-color: #3D5141;
}
.TagClassName
{
border-color: #3D5141;
}
</style>