Shades of Goblin #324F3D
Tints of Goblin #324F3D
RGB
CMYK
RGB Variations
Color information
#324F3D (or 0x324F3D) is known color: Goblin. HEX triplet: 32, 4F and 3D. RGB value is (50,79,61). Sum of RGB (Red+Green+Blue) = 50+79+61=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #324F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F3D is #CDB0C2. Grayscale: #444444. Windows color (decimal): -13480131 or 4017970. OLE color: 4017970.
HSL color Cylindrical-coordinate representation of color #324F3D: hue angle of 142.76º 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 #324F3D is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 79 | 61 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.69 |
| HSL | 142.76º | 0.22% | 0.25% | - |
| HSV(B) | 142.76º | 0.37% | 0.31% | - |
| XYZ | 4.95 | 6.61 | 5.43 | - |
| YUV | 68.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 61 | 0.37 | 0 | 0.23 | 0.69 | 142.76 | 0.22 | 0.25 |
| Hex | 32 | 4F | 3D | 25 | 0 | 17 | 45 | 8F | 16 | 19 |
| Octal | 62 | 117 | 75 | 45 | 0 | 27 | 105 | 217 | 26 | 31 |
| Binary | 110010 | 1001111 | 111101 | 100101 | 0 | 10111 | 1000101 | 10001111 | 10110 | 11001 |
Color Harmonies of #324F3D
Complementary color
Monochromatic Colors of #324F3D
Black with #324F3D
Text Example
Text Example
White with #324F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F3D; }
p { color: rgb(50,79,61); }
H1.HeaderClassName
{
color: #324F3D;
}
.AnyTagClassName
{
color: #324F3D;
}
</style>
background-color css
<style>
a { background-color: #324F3D; }
a { background-color: rgb(50,79,61); }
div.DivClassName
{
background-color: #324F3D;
}
.BgClassName
{
background-color: #324F3D;
}
</style>
border-color css
<style>
span { border-color: #324F3D; }
span { border-color: rgb(50,79,61); }
td.TdClassName
{
border-color: #324F3D;
}
.TagClassName
{
border-color: #324F3D;
}
</style>