Shades of Goblin #3D5443
Tints of Goblin #3D5443
RGB
CMYK
RGB Variations
Color information
#3D5443 (or 0x3D5443) is known color: Goblin. HEX triplet: 3D, 54 and 43. RGB value is (61,84,67). Sum of RGB (Red+Green+Blue) = 61+84+67=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5443 is #C2ABBC. Grayscale: #4B4B4B. Windows color (decimal): -12757949 or 4412477. OLE color: 4412477.
HSL color Cylindrical-coordinate representation of color #3D5443: hue angle of 135.65º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D5443 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 84 | 67 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.67 |
| HSL | 135.65º | 0.16% | 0.28% | - |
| HSV(B) | 135.65º | 0.27% | 0.33% | - |
| XYZ | 6.11 | 7.74 | 6.48 | - |
| YUV | 75.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 67 | 0.27 | 0 | 0.20 | 0.67 | 135.65 | 0.16 | 0.28 |
| Hex | 3D | 54 | 43 | 1B | 0 | 14 | 43 | 88 | 10 | 1C |
| Octal | 75 | 124 | 103 | 33 | 0 | 24 | 103 | 210 | 20 | 34 |
| Binary | 111101 | 1010100 | 1000011 | 11011 | 0 | 10100 | 1000011 | 10001000 | 10000 | 11100 |
Color Harmonies of #3D5443
Complementary color
Monochromatic Colors of #3D5443
Black with #3D5443
Text Example
Text Example
White with #3D5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5443; }
p { color: rgb(61,84,67); }
H1.HeaderClassName
{
color: #3D5443;
}
.AnyTagClassName
{
color: #3D5443;
}
</style>
background-color css
<style>
a { background-color: #3D5443; }
a { background-color: rgb(61,84,67); }
div.DivClassName
{
background-color: #3D5443;
}
.BgClassName
{
background-color: #3D5443;
}
</style>
border-color css
<style>
span { border-color: #3D5443; }
span { border-color: rgb(61,84,67); }
td.TdClassName
{
border-color: #3D5443;
}
.TagClassName
{
border-color: #3D5443;
}
</style>