Shades of Goblin #3D5442
Tints of Goblin #3D5442
RGB
CMYK
RGB Variations
Color information
#3D5442 (or 0x3D5442) is known color: Goblin. HEX triplet: 3D, 54 and 42. RGB value is (61,84,66). Sum of RGB (Red+Green+Blue) = 61+84+66=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5442 is #C2ABBD. Grayscale: #4B4B4B. Windows color (decimal): -12757950 or 4346941. OLE color: 4346941.
HSL color Cylindrical-coordinate representation of color #3D5442: hue angle of 133.04º 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 #3D5442 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 84 | 66 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.67 |
| HSL | 133.04º | 0.16% | 0.28% | - |
| HSV(B) | 133.04º | 0.27% | 0.33% | - |
| XYZ | 6.08 | 7.73 | 6.33 | - |
| YUV | 75.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 66 | 0.27 | 0 | 0.21 | 0.67 | 133.04 | 0.16 | 0.28 |
| Hex | 3D | 54 | 42 | 1B | 0 | 15 | 43 | 85 | 10 | 1C |
| Octal | 75 | 124 | 102 | 33 | 0 | 25 | 103 | 205 | 20 | 34 |
| Binary | 111101 | 1010100 | 1000010 | 11011 | 0 | 10101 | 1000011 | 10000101 | 10000 | 11100 |
Color Harmonies of #3D5442
Complementary color
Monochromatic Colors of #3D5442
Black with #3D5442
Text Example
Text Example
White with #3D5442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5442; }
p { color: rgb(61,84,66); }
H1.HeaderClassName
{
color: #3D5442;
}
.AnyTagClassName
{
color: #3D5442;
}
</style>
background-color css
<style>
a { background-color: #3D5442; }
a { background-color: rgb(61,84,66); }
div.DivClassName
{
background-color: #3D5442;
}
.BgClassName
{
background-color: #3D5442;
}
</style>
border-color css
<style>
span { border-color: #3D5442; }
span { border-color: rgb(61,84,66); }
td.TdClassName
{
border-color: #3D5442;
}
.TagClassName
{
border-color: #3D5442;
}
</style>