Shades of Goblin #3D5544
Tints of Goblin #3D5544
RGB
CMYK
RGB Variations
Color information
#3D5544 (or 0x3D5544) is known color: Goblin. HEX triplet: 3D, 55 and 44. RGB value is (61,85,68). Sum of RGB (Red+Green+Blue) = 61+85+68=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5544 is #C2AABB. Grayscale: #4B4B4B. Windows color (decimal): -12757692 or 4478269. OLE color: 4478269.
HSL color Cylindrical-coordinate representation of color #3D5544: hue angle of 137.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D5544 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 68 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.67 |
| HSL | 137.5º | 0.16% | 0.29% | - |
| HSV(B) | 137.5º | 0.28% | 0.33% | - |
| XYZ | 6.22 | 7.91 | 6.67 | - |
| YUV | 75.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 68 | 0.28 | 0 | 0.20 | 0.67 | 137.5 | 0.16 | 0.29 |
| Hex | 3D | 55 | 44 | 1C | 0 | 14 | 43 | 8A | 10 | 1D |
| Octal | 75 | 125 | 104 | 34 | 0 | 24 | 103 | 212 | 20 | 35 |
| Binary | 111101 | 1010101 | 1000100 | 11100 | 0 | 10100 | 1000011 | 10001010 | 10000 | 11101 |
Color Harmonies of #3D5544
Complementary color
Monochromatic Colors of #3D5544
Black with #3D5544
Text Example
Text Example
White with #3D5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5544; }
p { color: rgb(61,85,68); }
H1.HeaderClassName
{
color: #3D5544;
}
.AnyTagClassName
{
color: #3D5544;
}
</style>
background-color css
<style>
a { background-color: #3D5544; }
a { background-color: rgb(61,85,68); }
div.DivClassName
{
background-color: #3D5544;
}
.BgClassName
{
background-color: #3D5544;
}
</style>
border-color css
<style>
span { border-color: #3D5544; }
span { border-color: rgb(61,85,68); }
td.TdClassName
{
border-color: #3D5544;
}
.TagClassName
{
border-color: #3D5544;
}
</style>