Shades of Goblin #3C4C3E
Tints of Goblin #3C4C3E
RGB
CMYK
RGB Variations
Color information
#3C4C3E (or 0x3C4C3E) is known color: Goblin. HEX triplet: 3C, 4C and 3E. RGB value is (60,76,62). Sum of RGB (Red+Green+Blue) = 60+76+62=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4C3E is #C3B3C1. Grayscale: #454545. Windows color (decimal): -12825538 or 4082748. OLE color: 4082748.
HSL color Cylindrical-coordinate representation of color #3C4C3E: hue angle of 127.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C4C3E is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
RGB | 60 | 76 | 62 | - |
CMYK | 0.21 | 0 | 0.18 | 0.70 |
HSL | 127.5º | 0.12% | 0.27% | - |
HSV(B) | 127.5º | 0.21% | 0.3% | - |
XYZ | 5.32 | 6.48 | 5.53 | - |
YUV | 69.62 | 123.7 | 121.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 76 | 62 | 0.21 | 0 | 0.18 | 0.70 | 127.5 | 0.12 | 0.27 |
Hex | 3C | 4C | 3E | 15 | 0 | 12 | 46 | 80 | C | 1B |
Octal | 74 | 114 | 76 | 25 | 0 | 22 | 106 | 200 | 14 | 33 |
Binary | 111100 | 1001100 | 111110 | 10101 | 0 | 10010 | 1000110 | 10000000 | 1100 | 11011 |
Color Harmonies of #3C4C3E
Complementary color
Monochromatic Colors of #3C4C3E
Black with #3C4C3E
Text Example
Text Example
White with #3C4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4C3E; }
p { color: rgb(60,76,62); }
H1.HeaderClassName
{
color: #3C4C3E;
}
.AnyTagClassName
{
color: #3C4C3E;
}
</style>
background-color css
<style>
a { background-color: #3C4C3E; }
a { background-color: rgb(60,76,62); }
div.DivClassName
{
background-color: #3C4C3E;
}
.BgClassName
{
background-color: #3C4C3E;
}
</style>
border-color css
<style>
span { border-color: #3C4C3E; }
span { border-color: rgb(60,76,62); }
td.TdClassName
{
border-color: #3C4C3E;
}
.TagClassName
{
border-color: #3C4C3E;
}
</style>