Shades of Goblin #3D4B41
Tints of Goblin #3D4B41
RGB
CMYK
RGB Variations
Color information
#3D4B41 (or 0x3D4B41) is known color: Goblin. HEX triplet: 3D, 4B and 41. RGB value is (61,75,65). Sum of RGB (Red+Green+Blue) = 61+75+65=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 75 - color contains mainly: green. Hex color #3D4B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4B41 is #C2B4BE. Grayscale: #454545. Windows color (decimal): -12760255 or 4279101. OLE color: 4279101.
HSL color Cylindrical-coordinate representation of color #3D4B41: hue angle of 137.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3D4B41 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 75 | 65 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.71 |
| HSL | 137.14º | 0.1% | 0.27% | - |
| HSV(B) | 137.14º | 0.19% | 0.29% | - |
| XYZ | 5.39 | 6.41 | 5.95 | - |
| YUV | 69.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 75 | 65 | 0.19 | 0 | 0.13 | 0.71 | 137.14 | 0.1 | 0.27 |
| Hex | 3D | 4B | 41 | 13 | 0 | D | 47 | 89 | A | 1B |
| Octal | 75 | 113 | 101 | 23 | 0 | 15 | 107 | 211 | 12 | 33 |
| Binary | 111101 | 1001011 | 1000001 | 10011 | 0 | 1101 | 1000111 | 10001001 | 1010 | 11011 |
Color Harmonies of #3D4B41
Complementary color
Monochromatic Colors of #3D4B41
Black with #3D4B41
Text Example
Text Example
White with #3D4B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4B41; }
p { color: rgb(61,75,65); }
H1.HeaderClassName
{
color: #3D4B41;
}
.AnyTagClassName
{
color: #3D4B41;
}
</style>
background-color css
<style>
a { background-color: #3D4B41; }
a { background-color: rgb(61,75,65); }
div.DivClassName
{
background-color: #3D4B41;
}
.BgClassName
{
background-color: #3D4B41;
}
</style>
border-color css
<style>
span { border-color: #3D4B41; }
span { border-color: rgb(61,75,65); }
td.TdClassName
{
border-color: #3D4B41;
}
.TagClassName
{
border-color: #3D4B41;
}
</style>