Shades of Goblin #3C5243
Tints of Goblin #3C5243
RGB
CMYK
RGB Variations
Color information
#3C5243 (or 0x3C5243) is known color: Goblin. HEX triplet: 3C, 52 and 43. RGB value is (60,82,67). Sum of RGB (Red+Green+Blue) = 60+82+67=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5243 is #C3ADBC. Grayscale: #494949. Windows color (decimal): -12823997 or 4411964. OLE color: 4411964.
HSL color Cylindrical-coordinate representation of color #3C5243: hue angle of 139.09º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C5243 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 67 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.68 |
| HSL | 139.09º | 0.15% | 0.28% | - |
| HSV(B) | 139.09º | 0.27% | 0.32% | - |
| XYZ | 5.89 | 7.4 | 6.43 | - |
| YUV | 73.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 67 | 0.27 | 0 | 0.18 | 0.68 | 139.09 | 0.15 | 0.28 |
| Hex | 3C | 52 | 43 | 1B | 0 | 12 | 44 | 8B | F | 1C |
| Octal | 74 | 122 | 103 | 33 | 0 | 22 | 104 | 213 | 17 | 34 |
| Binary | 111100 | 1010010 | 1000011 | 11011 | 0 | 10010 | 1000100 | 10001011 | 1111 | 11100 |
Color Harmonies of #3C5243
Complementary color
Monochromatic Colors of #3C5243
Black with #3C5243
Text Example
Text Example
White with #3C5243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5243; }
p { color: rgb(60,82,67); }
H1.HeaderClassName
{
color: #3C5243;
}
.AnyTagClassName
{
color: #3C5243;
}
</style>
background-color css
<style>
a { background-color: #3C5243; }
a { background-color: rgb(60,82,67); }
div.DivClassName
{
background-color: #3C5243;
}
.BgClassName
{
background-color: #3C5243;
}
</style>
border-color css
<style>
span { border-color: #3C5243; }
span { border-color: rgb(60,82,67); }
td.TdClassName
{
border-color: #3C5243;
}
.TagClassName
{
border-color: #3C5243;
}
</style>