Shades of Goblin #3D5445
Tints of Goblin #3D5445
RGB
CMYK
RGB Variations
Color information
#3D5445 (or 0x3D5445) is known color: Goblin. HEX triplet: 3D, 54 and 45. RGB value is (61,84,69). Sum of RGB (Red+Green+Blue) = 61+84+69=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5445 is #C2ABBA. Grayscale: #4B4B4B. Windows color (decimal): -12757947 or 4543549. OLE color: 4543549.
HSL color Cylindrical-coordinate representation of color #3D5445: hue angle of 140.87º 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 #3D5445 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 84 | 69 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.67 |
| HSL | 140.87º | 0.16% | 0.28% | - |
| HSV(B) | 140.87º | 0.27% | 0.33% | - |
| XYZ | 6.17 | 7.76 | 6.8 | - |
| YUV | 75.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 69 | 0.27 | 0 | 0.18 | 0.67 | 140.87 | 0.16 | 0.28 |
| Hex | 3D | 54 | 45 | 1B | 0 | 12 | 43 | 8D | 10 | 1C |
| Octal | 75 | 124 | 105 | 33 | 0 | 22 | 103 | 215 | 20 | 34 |
| Binary | 111101 | 1010100 | 1000101 | 11011 | 0 | 10010 | 1000011 | 10001101 | 10000 | 11100 |
Color Harmonies of #3D5445
Complementary color
Monochromatic Colors of #3D5445
Black with #3D5445
Text Example
Text Example
White with #3D5445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5445; }
p { color: rgb(61,84,69); }
H1.HeaderClassName
{
color: #3D5445;
}
.AnyTagClassName
{
color: #3D5445;
}
</style>
background-color css
<style>
a { background-color: #3D5445; }
a { background-color: rgb(61,84,69); }
div.DivClassName
{
background-color: #3D5445;
}
.BgClassName
{
background-color: #3D5445;
}
</style>
border-color css
<style>
span { border-color: #3D5445; }
span { border-color: rgb(61,84,69); }
td.TdClassName
{
border-color: #3D5445;
}
.TagClassName
{
border-color: #3D5445;
}
</style>