Shades of Goblin #3C5342
Tints of Goblin #3C5342
RGB
CMYK
RGB Variations
Color information
#3C5342 (or 0x3C5342) is known color: Goblin. HEX triplet: 3C, 53 and 42. RGB value is (60,83,66). Sum of RGB (Red+Green+Blue) = 60+83+66=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5342 is #C3ACBD. Grayscale: #4A4A4A. Windows color (decimal): -12823742 or 4346684. OLE color: 4346684.
HSL color Cylindrical-coordinate representation of color #3C5342: hue angle of 135.65º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C5342 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 66 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.67 |
| HSL | 135.65º | 0.16% | 0.28% | - |
| HSV(B) | 135.65º | 0.28% | 0.33% | - |
| XYZ | 5.94 | 7.54 | 6.3 | - |
| YUV | 74.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 66 | 0.28 | 0 | 0.20 | 0.67 | 135.65 | 0.16 | 0.28 |
| Hex | 3C | 53 | 42 | 1C | 0 | 14 | 43 | 88 | 10 | 1C |
| Octal | 74 | 123 | 102 | 34 | 0 | 24 | 103 | 210 | 20 | 34 |
| Binary | 111100 | 1010011 | 1000010 | 11100 | 0 | 10100 | 1000011 | 10001000 | 10000 | 11100 |
Color Harmonies of #3C5342
Complementary color
Monochromatic Colors of #3C5342
Black with #3C5342
Text Example
Text Example
White with #3C5342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5342; }
p { color: rgb(60,83,66); }
H1.HeaderClassName
{
color: #3C5342;
}
.AnyTagClassName
{
color: #3C5342;
}
</style>
background-color css
<style>
a { background-color: #3C5342; }
a { background-color: rgb(60,83,66); }
div.DivClassName
{
background-color: #3C5342;
}
.BgClassName
{
background-color: #3C5342;
}
</style>
border-color css
<style>
span { border-color: #3C5342; }
span { border-color: rgb(60,83,66); }
td.TdClassName
{
border-color: #3C5342;
}
.TagClassName
{
border-color: #3C5342;
}
</style>