Shades of Goblin #324C3C
Tints of Goblin #324C3C
RGB
CMYK
RGB Variations
Color information
#324C3C (or 0x324C3C) is known color: Goblin. HEX triplet: 32, 4C and 3C. RGB value is (50,76,60). Sum of RGB (Red+Green+Blue) = 50+76+60=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #324C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324C3C is #CDB3C3. Grayscale: #424242. Windows color (decimal): -13480900 or 3951666. OLE color: 3951666.
HSL color Cylindrical-coordinate representation of color #324C3C: hue angle of 143.08º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #324C3C is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 76 | 60 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.70 |
| HSL | 143.08º | 0.21% | 0.25% | - |
| HSV(B) | 143.08º | 0.34% | 0.3% | - |
| XYZ | 4.72 | 6.17 | 5.22 | - |
| YUV | 66.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 60 | 0.34 | 0 | 0.21 | 0.70 | 143.08 | 0.21 | 0.25 |
| Hex | 32 | 4C | 3C | 22 | 0 | 15 | 46 | 8F | 15 | 19 |
| Octal | 62 | 114 | 74 | 42 | 0 | 25 | 106 | 217 | 25 | 31 |
| Binary | 110010 | 1001100 | 111100 | 100010 | 0 | 10101 | 1000110 | 10001111 | 10101 | 11001 |
Color Harmonies of #324C3C
Complementary color
Monochromatic Colors of #324C3C
Black with #324C3C
Text Example
Text Example
White with #324C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C3C; }
p { color: rgb(50,76,60); }
H1.HeaderClassName
{
color: #324C3C;
}
.AnyTagClassName
{
color: #324C3C;
}
</style>
background-color css
<style>
a { background-color: #324C3C; }
a { background-color: rgb(50,76,60); }
div.DivClassName
{
background-color: #324C3C;
}
.BgClassName
{
background-color: #324C3C;
}
</style>
border-color css
<style>
span { border-color: #324C3C; }
span { border-color: rgb(50,76,60); }
td.TdClassName
{
border-color: #324C3C;
}
.TagClassName
{
border-color: #324C3C;
}
</style>