Shades of Goblin #324D39
Tints of Goblin #324D39
RGB
CMYK
RGB Variations
Color information
#324D39 (or 0x324D39) is known color: Goblin. HEX triplet: 32, 4D and 39. RGB value is (50,77,57). Sum of RGB (Red+Green+Blue) = 50+77+57=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 77 - color contains mainly: green. Hex color #324D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324D39 is #CDB2C6. Grayscale: #424242. Windows color (decimal): -13480647 or 3755314. OLE color: 3755314.
HSL color Cylindrical-coordinate representation of color #324D39: hue angle of 135.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #324D39 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 77 | 57 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.70 |
| HSL | 135.56º | 0.21% | 0.25% | - |
| HSV(B) | 135.56º | 0.35% | 0.3% | - |
| XYZ | 4.71 | 6.28 | 4.84 | - |
| YUV | 66.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 57 | 0.35 | 0 | 0.26 | 0.70 | 135.56 | 0.21 | 0.25 |
| Hex | 32 | 4D | 39 | 23 | 0 | 1A | 46 | 88 | 15 | 19 |
| Octal | 62 | 115 | 71 | 43 | 0 | 32 | 106 | 210 | 25 | 31 |
| Binary | 110010 | 1001101 | 111001 | 100011 | 0 | 11010 | 1000110 | 10001000 | 10101 | 11001 |
Color Harmonies of #324D39
Complementary color
Monochromatic Colors of #324D39
Black with #324D39
Text Example
Text Example
White with #324D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324D39; }
p { color: rgb(50,77,57); }
H1.HeaderClassName
{
color: #324D39;
}
.AnyTagClassName
{
color: #324D39;
}
</style>
background-color css
<style>
a { background-color: #324D39; }
a { background-color: rgb(50,77,57); }
div.DivClassName
{
background-color: #324D39;
}
.BgClassName
{
background-color: #324D39;
}
</style>
border-color css
<style>
span { border-color: #324D39; }
span { border-color: rgb(50,77,57); }
td.TdClassName
{
border-color: #324D39;
}
.TagClassName
{
border-color: #324D39;
}
</style>