Shades of Goblin #3C5445
Tints of Goblin #3C5445
RGB
CMYK
RGB Variations
Color information
#3C5445 (or 0x3C5445) is known color: Goblin. HEX triplet: 3C, 54 and 45. RGB value is (60,84,69). Sum of RGB (Red+Green+Blue) = 60+84+69=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5445 is #C3ABBA. Grayscale: #4B4B4B. Windows color (decimal): -12823483 or 4543548. OLE color: 4543548.
HSL color Cylindrical-coordinate representation of color #3C5445: hue angle of 142.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C5445 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 69 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.67 |
| HSL | 142.5º | 0.17% | 0.28% | - |
| HSV(B) | 142.5º | 0.29% | 0.33% | - |
| XYZ | 6.11 | 7.73 | 6.8 | - |
| YUV | 75.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 69 | 0.29 | 0 | 0.18 | 0.67 | 142.5 | 0.17 | 0.28 |
| Hex | 3C | 54 | 45 | 1D | 0 | 12 | 43 | 8E | 11 | 1C |
| Octal | 74 | 124 | 105 | 35 | 0 | 22 | 103 | 216 | 21 | 34 |
| Binary | 111100 | 1010100 | 1000101 | 11101 | 0 | 10010 | 1000011 | 10001110 | 10001 | 11100 |
Color Harmonies of #3C5445
Complementary color
Monochromatic Colors of #3C5445
Black with #3C5445
Text Example
Text Example
White with #3C5445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5445; }
p { color: rgb(60,84,69); }
H1.HeaderClassName
{
color: #3C5445;
}
.AnyTagClassName
{
color: #3C5445;
}
</style>
background-color css
<style>
a { background-color: #3C5445; }
a { background-color: rgb(60,84,69); }
div.DivClassName
{
background-color: #3C5445;
}
.BgClassName
{
background-color: #3C5445;
}
</style>
border-color css
<style>
span { border-color: #3C5445; }
span { border-color: rgb(60,84,69); }
td.TdClassName
{
border-color: #3C5445;
}
.TagClassName
{
border-color: #3C5445;
}
</style>