Shades of Goblin #3D5644
Tints of Goblin #3D5644
RGB
CMYK
RGB Variations
Color information
#3D5644 (or 0x3D5644) is known color: Goblin. HEX triplet: 3D, 56 and 44. RGB value is (61,86,68). Sum of RGB (Red+Green+Blue) = 61+86+68=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #3D5644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5644 is #C2A9BB. Grayscale: #4C4C4C. Windows color (decimal): -12757436 or 4478525. OLE color: 4478525.
HSL color Cylindrical-coordinate representation of color #3D5644: hue angle of 136.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D5644 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 86 | 68 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.66 |
| HSL | 136.8º | 0.17% | 0.29% | - |
| HSV(B) | 136.8º | 0.29% | 0.34% | - |
| XYZ | 6.3 | 8.07 | 6.69 | - |
| YUV | 76.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 68 | 0.29 | 0 | 0.21 | 0.66 | 136.8 | 0.17 | 0.29 |
| Hex | 3D | 56 | 44 | 1D | 0 | 15 | 42 | 89 | 11 | 1D |
| Octal | 75 | 126 | 104 | 35 | 0 | 25 | 102 | 211 | 21 | 35 |
| Binary | 111101 | 1010110 | 1000100 | 11101 | 0 | 10101 | 1000010 | 10001001 | 10001 | 11101 |
Color Harmonies of #3D5644
Complementary color
Monochromatic Colors of #3D5644
Black with #3D5644
Text Example
Text Example
White with #3D5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5644; }
p { color: rgb(61,86,68); }
H1.HeaderClassName
{
color: #3D5644;
}
.AnyTagClassName
{
color: #3D5644;
}
</style>
background-color css
<style>
a { background-color: #3D5644; }
a { background-color: rgb(61,86,68); }
div.DivClassName
{
background-color: #3D5644;
}
.BgClassName
{
background-color: #3D5644;
}
</style>
border-color css
<style>
span { border-color: #3D5644; }
span { border-color: rgb(61,86,68); }
td.TdClassName
{
border-color: #3D5644;
}
.TagClassName
{
border-color: #3D5644;
}
</style>