Shades of Goblin #3D5746
Tints of Goblin #3D5746
RGB
CMYK
RGB Variations
Color information
#3D5746 (or 0x3D5746) is known color: Goblin. HEX triplet: 3D, 57 and 46. RGB value is (61,87,70). Sum of RGB (Red+Green+Blue) = 61+87+70=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #3D5746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5746 is #C2A8B9. Grayscale: #4D4D4D. Windows color (decimal): -12757178 or 4609853. OLE color: 4609853.
HSL color Cylindrical-coordinate representation of color #3D5746: hue angle of 140.77º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D5746 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 87 | 70 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.66 |
| HSL | 140.77º | 0.18% | 0.29% | - |
| HSV(B) | 140.77º | 0.3% | 0.34% | - |
| XYZ | 6.44 | 8.25 | 7.05 | - |
| YUV | 77.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 70 | 0.30 | 0 | 0.20 | 0.66 | 140.77 | 0.18 | 0.29 |
| Hex | 3D | 57 | 46 | 1E | 0 | 14 | 42 | 8D | 12 | 1D |
| Octal | 75 | 127 | 106 | 36 | 0 | 24 | 102 | 215 | 22 | 35 |
| Binary | 111101 | 1010111 | 1000110 | 11110 | 0 | 10100 | 1000010 | 10001101 | 10010 | 11101 |
Color Harmonies of #3D5746
Complementary color
Monochromatic Colors of #3D5746
Black with #3D5746
Text Example
Text Example
White with #3D5746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5746; }
p { color: rgb(61,87,70); }
H1.HeaderClassName
{
color: #3D5746;
}
.AnyTagClassName
{
color: #3D5746;
}
</style>
background-color css
<style>
a { background-color: #3D5746; }
a { background-color: rgb(61,87,70); }
div.DivClassName
{
background-color: #3D5746;
}
.BgClassName
{
background-color: #3D5746;
}
</style>
border-color css
<style>
span { border-color: #3D5746; }
span { border-color: rgb(61,87,70); }
td.TdClassName
{
border-color: #3D5746;
}
.TagClassName
{
border-color: #3D5746;
}
</style>