Shades of Goblin #3C5642
Tints of Goblin #3C5642
RGB
CMYK
RGB Variations
Color information
#3C5642 (or 0x3C5642) is known color: Goblin. HEX triplet: 3C, 56 and 42. RGB value is (60,86,66). Sum of RGB (Red+Green+Blue) = 60+86+66=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #3C5642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5642 is #C3A9BD. Grayscale: #4C4C4C. Windows color (decimal): -12822974 or 4347452. OLE color: 4347452.
HSL color Cylindrical-coordinate representation of color #3C5642: hue angle of 133.85º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C5642 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 86 | 66 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.66 |
| HSL | 133.85º | 0.18% | 0.29% | - |
| HSV(B) | 133.85º | 0.3% | 0.34% | - |
| XYZ | 6.17 | 8.01 | 6.37 | - |
| YUV | 75.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 86 | 66 | 0.30 | 0 | 0.23 | 0.66 | 133.85 | 0.18 | 0.29 |
| Hex | 3C | 56 | 42 | 1E | 0 | 17 | 42 | 86 | 12 | 1D |
| Octal | 74 | 126 | 102 | 36 | 0 | 27 | 102 | 206 | 22 | 35 |
| Binary | 111100 | 1010110 | 1000010 | 11110 | 0 | 10111 | 1000010 | 10000110 | 10010 | 11101 |
Color Harmonies of #3C5642
Complementary color
Monochromatic Colors of #3C5642
Black with #3C5642
Text Example
Text Example
White with #3C5642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5642; }
p { color: rgb(60,86,66); }
H1.HeaderClassName
{
color: #3C5642;
}
.AnyTagClassName
{
color: #3C5642;
}
</style>
background-color css
<style>
a { background-color: #3C5642; }
a { background-color: rgb(60,86,66); }
div.DivClassName
{
background-color: #3C5642;
}
.BgClassName
{
background-color: #3C5642;
}
</style>
border-color css
<style>
span { border-color: #3C5642; }
span { border-color: rgb(60,86,66); }
td.TdClassName
{
border-color: #3C5642;
}
.TagClassName
{
border-color: #3C5642;
}
</style>