Shades of Goblin #324E39
Tints of Goblin #324E39
RGB
CMYK
RGB Variations
Color information
#324E39 (or 0x324E39) is known color: Goblin. HEX triplet: 32, 4E and 39. RGB value is (50,78,57). Sum of RGB (Red+Green+Blue) = 50+78+57=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #324E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E39 is #CDB1C6. Grayscale: #434343. Windows color (decimal): -13480391 or 3755570. OLE color: 3755570.
HSL color Cylindrical-coordinate representation of color #324E39: hue angle of 135º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #324E39 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 78 | 57 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.69 |
| HSL | 135º | 0.22% | 0.25% | - |
| HSV(B) | 135º | 0.36% | 0.31% | - |
| XYZ | 4.78 | 6.42 | 4.86 | - |
| YUV | 67.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 57 | 0.36 | 0 | 0.27 | 0.69 | 135 | 0.22 | 0.25 |
| Hex | 32 | 4E | 39 | 24 | 0 | 1B | 45 | 87 | 16 | 19 |
| Octal | 62 | 116 | 71 | 44 | 0 | 33 | 105 | 207 | 26 | 31 |
| Binary | 110010 | 1001110 | 111001 | 100100 | 0 | 11011 | 1000101 | 10000111 | 10110 | 11001 |
Color Harmonies of #324E39
Complementary color
Monochromatic Colors of #324E39
Black with #324E39
Text Example
Text Example
White with #324E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324E39; }
p { color: rgb(50,78,57); }
H1.HeaderClassName
{
color: #324E39;
}
.AnyTagClassName
{
color: #324E39;
}
</style>
background-color css
<style>
a { background-color: #324E39; }
a { background-color: rgb(50,78,57); }
div.DivClassName
{
background-color: #324E39;
}
.BgClassName
{
background-color: #324E39;
}
</style>
border-color css
<style>
span { border-color: #324E39; }
span { border-color: rgb(50,78,57); }
td.TdClassName
{
border-color: #324E39;
}
.TagClassName
{
border-color: #324E39;
}
</style>