Shades of Goblin #3D5545
Tints of Goblin #3D5545
RGB
CMYK
RGB Variations
Color information
#3D5545 (or 0x3D5545) is known color: Goblin. HEX triplet: 3D, 55 and 45. RGB value is (61,85,69). Sum of RGB (Red+Green+Blue) = 61+85+69=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5545 is #C2AABA. Grayscale: #4C4C4C. Windows color (decimal): -12757691 or 4543805. OLE color: 4543805.
HSL color Cylindrical-coordinate representation of color #3D5545: hue angle of 140º 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 #3D5545 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 69 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.67 |
| HSL | 140º | 0.16% | 0.29% | - |
| HSV(B) | 140º | 0.28% | 0.33% | - |
| XYZ | 6.25 | 7.92 | 6.83 | - |
| YUV | 76 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 69 | 0.28 | 0 | 0.19 | 0.67 | 140 | 0.16 | 0.29 |
| Hex | 3D | 55 | 45 | 1C | 0 | 13 | 43 | 8C | 10 | 1D |
| Octal | 75 | 125 | 105 | 34 | 0 | 23 | 103 | 214 | 20 | 35 |
| Binary | 111101 | 1010101 | 1000101 | 11100 | 0 | 10011 | 1000011 | 10001100 | 10000 | 11101 |
Color Harmonies of #3D5545
Complementary color
Monochromatic Colors of #3D5545
Black with #3D5545
Text Example
Text Example
White with #3D5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5545; }
p { color: rgb(61,85,69); }
H1.HeaderClassName
{
color: #3D5545;
}
.AnyTagClassName
{
color: #3D5545;
}
</style>
background-color css
<style>
a { background-color: #3D5545; }
a { background-color: rgb(61,85,69); }
div.DivClassName
{
background-color: #3D5545;
}
.BgClassName
{
background-color: #3D5545;
}
</style>
border-color css
<style>
span { border-color: #3D5545; }
span { border-color: rgb(61,85,69); }
td.TdClassName
{
border-color: #3D5545;
}
.TagClassName
{
border-color: #3D5545;
}
</style>