Shades of Goblin #324F3C
Tints of Goblin #324F3C
RGB
CMYK
RGB Variations
Color information
#324F3C (or 0x324F3C) is known color: Goblin. HEX triplet: 32, 4F and 3C. RGB value is (50,79,60). Sum of RGB (Red+Green+Blue) = 50+79+60=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #324F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F3C is #CDB0C3. Grayscale: #444444. Windows color (decimal): -13480132 or 3952434. OLE color: 3952434.
HSL color Cylindrical-coordinate representation of color #324F3C: hue angle of 140.69º 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 #324F3C is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 79 | 60 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.69 |
| HSL | 140.69º | 0.22% | 0.25% | - |
| HSV(B) | 140.69º | 0.37% | 0.31% | - |
| XYZ | 4.93 | 6.6 | 5.29 | - |
| YUV | 68.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 60 | 0.37 | 0 | 0.24 | 0.69 | 140.69 | 0.22 | 0.25 |
| Hex | 32 | 4F | 3C | 25 | 0 | 18 | 45 | 8D | 16 | 19 |
| Octal | 62 | 117 | 74 | 45 | 0 | 30 | 105 | 215 | 26 | 31 |
| Binary | 110010 | 1001111 | 111100 | 100101 | 0 | 11000 | 1000101 | 10001101 | 10110 | 11001 |
Color Harmonies of #324F3C
Complementary color
Monochromatic Colors of #324F3C
Black with #324F3C
Text Example
Text Example
White with #324F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F3C; }
p { color: rgb(50,79,60); }
H1.HeaderClassName
{
color: #324F3C;
}
.AnyTagClassName
{
color: #324F3C;
}
</style>
background-color css
<style>
a { background-color: #324F3C; }
a { background-color: rgb(50,79,60); }
div.DivClassName
{
background-color: #324F3C;
}
.BgClassName
{
background-color: #324F3C;
}
</style>
border-color css
<style>
span { border-color: #324F3C; }
span { border-color: rgb(50,79,60); }
td.TdClassName
{
border-color: #324F3C;
}
.TagClassName
{
border-color: #324F3C;
}
</style>