Shades of Goblin #3D5B45
Tints of Goblin #3D5B45
RGB
CMYK
RGB Variations
Color information
#3D5B45 (or 0x3D5B45) is known color: Goblin. HEX triplet: 3D, 5B and 45. RGB value is (61,91,69). Sum of RGB (Red+Green+Blue) = 61+91+69=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #3D5B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5B45 is #C2A4BA. Grayscale: #4F4F4F. Windows color (decimal): -12756155 or 4545341. OLE color: 4545341.
HSL color Cylindrical-coordinate representation of color #3D5B45: hue angle of 136º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D5B45 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 91 | 69 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.64 |
| HSL | 136º | 0.2% | 0.3% | - |
| HSV(B) | 136º | 0.33% | 0.36% | - |
| XYZ | 6.74 | 8.9 | 6.99 | - |
| YUV | 79.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 91 | 69 | 0.33 | 0 | 0.24 | 0.64 | 136 | 0.2 | 0.3 |
| Hex | 3D | 5B | 45 | 21 | 0 | 18 | 40 | 88 | 14 | 1E |
| Octal | 75 | 133 | 105 | 41 | 0 | 30 | 100 | 210 | 24 | 36 |
| Binary | 111101 | 1011011 | 1000101 | 100001 | 0 | 11000 | 1000000 | 10001000 | 10100 | 11110 |
Color Harmonies of #3D5B45
Complementary color
Monochromatic Colors of #3D5B45
Black with #3D5B45
Text Example
Text Example
White with #3D5B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5B45; }
p { color: rgb(61,91,69); }
H1.HeaderClassName
{
color: #3D5B45;
}
.AnyTagClassName
{
color: #3D5B45;
}
</style>
background-color css
<style>
a { background-color: #3D5B45; }
a { background-color: rgb(61,91,69); }
div.DivClassName
{
background-color: #3D5B45;
}
.BgClassName
{
background-color: #3D5B45;
}
</style>
border-color css
<style>
span { border-color: #3D5B45; }
span { border-color: rgb(61,91,69); }
td.TdClassName
{
border-color: #3D5B45;
}
.TagClassName
{
border-color: #3D5B45;
}
</style>