Shades of Goblin #3C5441
Tints of Goblin #3C5441
RGB
CMYK
RGB Variations
Color information
#3C5441 (or 0x3C5441) is known color: Goblin. HEX triplet: 3C, 54 and 41. RGB value is (60,84,65). Sum of RGB (Red+Green+Blue) = 60+84+65=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5441 is #C3ABBE. Grayscale: #4A4A4A. Windows color (decimal): -12823487 or 4281404. OLE color: 4281404.
HSL color Cylindrical-coordinate representation of color #3C5441: hue angle of 132.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C5441 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 65 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.67 |
| HSL | 132.5º | 0.17% | 0.28% | - |
| HSV(B) | 132.5º | 0.29% | 0.33% | - |
| XYZ | 5.99 | 7.68 | 6.17 | - |
| YUV | 74.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 65 | 0.29 | 0 | 0.23 | 0.67 | 132.5 | 0.17 | 0.28 |
| Hex | 3C | 54 | 41 | 1D | 0 | 17 | 43 | 84 | 11 | 1C |
| Octal | 74 | 124 | 101 | 35 | 0 | 27 | 103 | 204 | 21 | 34 |
| Binary | 111100 | 1010100 | 1000001 | 11101 | 0 | 10111 | 1000011 | 10000100 | 10001 | 11100 |
Color Harmonies of #3C5441
Complementary color
Monochromatic Colors of #3C5441
Black with #3C5441
Text Example
Text Example
White with #3C5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5441; }
p { color: rgb(60,84,65); }
H1.HeaderClassName
{
color: #3C5441;
}
.AnyTagClassName
{
color: #3C5441;
}
</style>
background-color css
<style>
a { background-color: #3C5441; }
a { background-color: rgb(60,84,65); }
div.DivClassName
{
background-color: #3C5441;
}
.BgClassName
{
background-color: #3C5441;
}
</style>
border-color css
<style>
span { border-color: #3C5441; }
span { border-color: rgb(60,84,65); }
td.TdClassName
{
border-color: #3C5441;
}
.TagClassName
{
border-color: #3C5441;
}
</style>