Shades of Goblin #3C5945
Tints of Goblin #3C5945
RGB
CMYK
RGB Variations
Color information
#3C5945 (or 0x3C5945) is known color: Goblin. HEX triplet: 3C, 59 and 45. RGB value is (60,89,69). Sum of RGB (Red+Green+Blue) = 60+89+69=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5945 is #C3A6BA. Grayscale: #4E4E4E. Windows color (decimal): -12822203 or 4544828. OLE color: 4544828.
HSL color Cylindrical-coordinate representation of color #3C5945: hue angle of 138.62º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5945 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 89 | 69 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.65 |
| HSL | 138.62º | 0.19% | 0.29% | - |
| HSV(B) | 138.62º | 0.33% | 0.35% | - |
| XYZ | 6.51 | 8.54 | 6.93 | - |
| YUV | 78.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 69 | 0.33 | 0 | 0.22 | 0.65 | 138.62 | 0.19 | 0.29 |
| Hex | 3C | 59 | 45 | 21 | 0 | 16 | 41 | 8B | 13 | 1D |
| Octal | 74 | 131 | 105 | 41 | 0 | 26 | 101 | 213 | 23 | 35 |
| Binary | 111100 | 1011001 | 1000101 | 100001 | 0 | 10110 | 1000001 | 10001011 | 10011 | 11101 |
Color Harmonies of #3C5945
Complementary color
Monochromatic Colors of #3C5945
Black with #3C5945
Text Example
Text Example
White with #3C5945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5945; }
p { color: rgb(60,89,69); }
H1.HeaderClassName
{
color: #3C5945;
}
.AnyTagClassName
{
color: #3C5945;
}
</style>
background-color css
<style>
a { background-color: #3C5945; }
a { background-color: rgb(60,89,69); }
div.DivClassName
{
background-color: #3C5945;
}
.BgClassName
{
background-color: #3C5945;
}
</style>
border-color css
<style>
span { border-color: #3C5945; }
span { border-color: rgb(60,89,69); }
td.TdClassName
{
border-color: #3C5945;
}
.TagClassName
{
border-color: #3C5945;
}
</style>