Shades of Goblin #3D5344
Tints of Goblin #3D5344
RGB
CMYK
RGB Variations
Color information
#3D5344 (or 0x3D5344) is known color: Goblin. HEX triplet: 3D, 53 and 44. RGB value is (61,83,68). Sum of RGB (Red+Green+Blue) = 61+83+68=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5344 is #C2ACBB. Grayscale: #4A4A4A. Windows color (decimal): -12758204 or 4477757. OLE color: 4477757.
HSL color Cylindrical-coordinate representation of color #3D5344: hue angle of 139.09º degrees, saturation: 0.15, 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 #3D5344 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 68 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.67 |
| HSL | 139.09º | 0.15% | 0.28% | - |
| HSV(B) | 139.09º | 0.27% | 0.33% | - |
| XYZ | 6.06 | 7.6 | 6.62 | - |
| YUV | 74.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 68 | 0.27 | 0 | 0.18 | 0.67 | 139.09 | 0.15 | 0.28 |
| Hex | 3D | 53 | 44 | 1B | 0 | 12 | 43 | 8B | F | 1C |
| Octal | 75 | 123 | 104 | 33 | 0 | 22 | 103 | 213 | 17 | 34 |
| Binary | 111101 | 1010011 | 1000100 | 11011 | 0 | 10010 | 1000011 | 10001011 | 1111 | 11100 |
Color Harmonies of #3D5344
Complementary color
Monochromatic Colors of #3D5344
Black with #3D5344
Text Example
Text Example
White with #3D5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5344; }
p { color: rgb(61,83,68); }
H1.HeaderClassName
{
color: #3D5344;
}
.AnyTagClassName
{
color: #3D5344;
}
</style>
background-color css
<style>
a { background-color: #3D5344; }
a { background-color: rgb(61,83,68); }
div.DivClassName
{
background-color: #3D5344;
}
.BgClassName
{
background-color: #3D5344;
}
</style>
border-color css
<style>
span { border-color: #3D5344; }
span { border-color: rgb(61,83,68); }
td.TdClassName
{
border-color: #3D5344;
}
.TagClassName
{
border-color: #3D5344;
}
</style>