Shades of Goblin #3D5245
Tints of Goblin #3D5245
RGB
CMYK
RGB Variations
Color information
#3D5245 (or 0x3D5245) is known color: Goblin. HEX triplet: 3D, 52 and 45. RGB value is (61,82,69). Sum of RGB (Red+Green+Blue) = 61+82+69=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5245 is #C2ADBA. Grayscale: #4A4A4A. Windows color (decimal): -12758459 or 4543037. OLE color: 4543037.
HSL color Cylindrical-coordinate representation of color #3D5245: hue angle of 142.86º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D5245 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 82 | 69 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.68 |
| HSL | 142.86º | 0.15% | 0.28% | - |
| HSV(B) | 142.86º | 0.26% | 0.32% | - |
| XYZ | 6.02 | 7.46 | 6.75 | - |
| YUV | 74.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 69 | 0.26 | 0 | 0.16 | 0.68 | 142.86 | 0.15 | 0.28 |
| Hex | 3D | 52 | 45 | 1A | 0 | 10 | 44 | 8F | F | 1C |
| Octal | 75 | 122 | 105 | 32 | 0 | 20 | 104 | 217 | 17 | 34 |
| Binary | 111101 | 1010010 | 1000101 | 11010 | 0 | 10000 | 1000100 | 10001111 | 1111 | 11100 |
Color Harmonies of #3D5245
Complementary color
Monochromatic Colors of #3D5245
Black with #3D5245
Text Example
Text Example
White with #3D5245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5245; }
p { color: rgb(61,82,69); }
H1.HeaderClassName
{
color: #3D5245;
}
.AnyTagClassName
{
color: #3D5245;
}
</style>
background-color css
<style>
a { background-color: #3D5245; }
a { background-color: rgb(61,82,69); }
div.DivClassName
{
background-color: #3D5245;
}
.BgClassName
{
background-color: #3D5245;
}
</style>
border-color css
<style>
span { border-color: #3D5245; }
span { border-color: rgb(61,82,69); }
td.TdClassName
{
border-color: #3D5245;
}
.TagClassName
{
border-color: #3D5245;
}
</style>