Shades of Goblin #3C4841
Tints of Goblin #3C4841
RGB
CMYK
RGB Variations
Color information
#3C4841 (or 0x3C4841) is known color: Goblin. HEX triplet: 3C, 48 and 41. RGB value is (60,72,65). Sum of RGB (Red+Green+Blue) = 60+72+65=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4841 is #C3B7BE. Grayscale: #434343. Windows color (decimal): -12826559 or 4278332. OLE color: 4278332.
HSL color Cylindrical-coordinate representation of color #3C4841: hue angle of 145º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C4841 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 65 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.72 |
| HSL | 145º | 0.09% | 0.26% | - |
| HSV(B) | 145º | 0.17% | 0.28% | - |
| XYZ | 5.13 | 5.98 | 5.88 | - |
| YUV | 67.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 65 | 0.17 | 0 | 0.10 | 0.72 | 145 | 0.09 | 0.26 |
| Hex | 3C | 48 | 41 | 11 | 0 | A | 48 | 91 | 9 | 1A |
| Octal | 74 | 110 | 101 | 21 | 0 | 12 | 110 | 221 | 11 | 32 |
| Binary | 111100 | 1001000 | 1000001 | 10001 | 0 | 1010 | 1001000 | 10010001 | 1001 | 11010 |
Color Harmonies of #3C4841
Complementary color
Monochromatic Colors of #3C4841
Black with #3C4841
Text Example
Text Example
White with #3C4841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4841; }
p { color: rgb(60,72,65); }
H1.HeaderClassName
{
color: #3C4841;
}
.AnyTagClassName
{
color: #3C4841;
}
</style>
background-color css
<style>
a { background-color: #3C4841; }
a { background-color: rgb(60,72,65); }
div.DivClassName
{
background-color: #3C4841;
}
.BgClassName
{
background-color: #3C4841;
}
</style>
border-color css
<style>
span { border-color: #3C4841; }
span { border-color: rgb(60,72,65); }
td.TdClassName
{
border-color: #3C4841;
}
.TagClassName
{
border-color: #3C4841;
}
</style>