Shades of Goblin #3C5144
Tints of Goblin #3C5144
RGB
CMYK
RGB Variations
Color information
#3C5144 (or 0x3C5144) is known color: Goblin. HEX triplet: 3C, 51 and 44. RGB value is (60,81,68). Sum of RGB (Red+Green+Blue) = 60+81+68=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5144 is #C3AEBB. Grayscale: #494949. Windows color (decimal): -12824252 or 4477244. OLE color: 4477244.
HSL color Cylindrical-coordinate representation of color #3C5144: hue angle of 142.86º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C5144 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 68 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.68 |
| HSL | 142.86º | 0.15% | 0.28% | - |
| HSV(B) | 142.86º | 0.26% | 0.32% | - |
| XYZ | 5.85 | 7.26 | 6.56 | - |
| YUV | 73.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 68 | 0.26 | 0 | 0.16 | 0.68 | 142.86 | 0.15 | 0.28 |
| Hex | 3C | 51 | 44 | 1A | 0 | 10 | 44 | 8F | F | 1C |
| Octal | 74 | 121 | 104 | 32 | 0 | 20 | 104 | 217 | 17 | 34 |
| Binary | 111100 | 1010001 | 1000100 | 11010 | 0 | 10000 | 1000100 | 10001111 | 1111 | 11100 |
Color Harmonies of #3C5144
Complementary color
Monochromatic Colors of #3C5144
Black with #3C5144
Text Example
Text Example
White with #3C5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5144; }
p { color: rgb(60,81,68); }
H1.HeaderClassName
{
color: #3C5144;
}
.AnyTagClassName
{
color: #3C5144;
}
</style>
background-color css
<style>
a { background-color: #3C5144; }
a { background-color: rgb(60,81,68); }
div.DivClassName
{
background-color: #3C5144;
}
.BgClassName
{
background-color: #3C5144;
}
</style>
border-color css
<style>
span { border-color: #3C5144; }
span { border-color: rgb(60,81,68); }
td.TdClassName
{
border-color: #3C5144;
}
.TagClassName
{
border-color: #3C5144;
}
</style>