Shades of Goblin #324F39
Tints of Goblin #324F39
RGB
CMYK
RGB Variations
Color information
#324F39 (or 0x324F39) is known color: Goblin. HEX triplet: 32, 4F and 39. RGB value is (50,79,57). Sum of RGB (Red+Green+Blue) = 50+79+57=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #324F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F39 is #CDB0C6. Grayscale: #434343. Windows color (decimal): -13480135 or 3755826. OLE color: 3755826.
HSL color Cylindrical-coordinate representation of color #324F39: hue angle of 134.48º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #324F39 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 79 | 57 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.69 |
| HSL | 134.48º | 0.22% | 0.25% | - |
| HSV(B) | 134.48º | 0.37% | 0.31% | - |
| XYZ | 4.85 | 6.57 | 4.88 | - |
| YUV | 67.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 57 | 0.37 | 0 | 0.28 | 0.69 | 134.48 | 0.22 | 0.25 |
| Hex | 32 | 4F | 39 | 25 | 0 | 1C | 45 | 86 | 16 | 19 |
| Octal | 62 | 117 | 71 | 45 | 0 | 34 | 105 | 206 | 26 | 31 |
| Binary | 110010 | 1001111 | 111001 | 100101 | 0 | 11100 | 1000101 | 10000110 | 10110 | 11001 |
Color Harmonies of #324F39
Complementary color
Monochromatic Colors of #324F39
Black with #324F39
Text Example
Text Example
White with #324F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F39; }
p { color: rgb(50,79,57); }
H1.HeaderClassName
{
color: #324F39;
}
.AnyTagClassName
{
color: #324F39;
}
</style>
background-color css
<style>
a { background-color: #324F39; }
a { background-color: rgb(50,79,57); }
div.DivClassName
{
background-color: #324F39;
}
.BgClassName
{
background-color: #324F39;
}
</style>
border-color css
<style>
span { border-color: #324F39; }
span { border-color: rgb(50,79,57); }
td.TdClassName
{
border-color: #324F39;
}
.TagClassName
{
border-color: #324F39;
}
</style>