Shades of Goblin #325D41
Tints of Goblin #325D41
RGB
CMYK
RGB Variations
Color information
#325D41 (or 0x325D41) is known color: Goblin. HEX triplet: 32, 5D and 41. RGB value is (50,93,65). Sum of RGB (Red+Green+Blue) = 50+93+65=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #325D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D41 is #CDA2BE. Grayscale: #4D4D4D. Windows color (decimal): -13476543 or 4283698. OLE color: 4283698.
HSL color Cylindrical-coordinate representation of color #325D41: hue angle of 140.93º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D41 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 65 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.64 |
| HSL | 140.93º | 0.3% | 0.28% | - |
| HSV(B) | 140.93º | 0.46% | 0.36% | - |
| XYZ | 6.18 | 8.89 | 6.39 | - |
| YUV | 76.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 65 | 0.46 | 0 | 0.30 | 0.64 | 140.93 | 0.3 | 0.28 |
| Hex | 32 | 5D | 41 | 2E | 0 | 1E | 40 | 8D | 1E | 1C |
| Octal | 62 | 135 | 101 | 56 | 0 | 36 | 100 | 215 | 36 | 34 |
| Binary | 110010 | 1011101 | 1000001 | 101110 | 0 | 11110 | 1000000 | 10001101 | 11110 | 11100 |
Color Harmonies of #325D41
Complementary color
Monochromatic Colors of #325D41
Black with #325D41
Text Example
Text Example
White with #325D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D41; }
p { color: rgb(50,93,65); }
H1.HeaderClassName
{
color: #325D41;
}
.AnyTagClassName
{
color: #325D41;
}
</style>
background-color css
<style>
a { background-color: #325D41; }
a { background-color: rgb(50,93,65); }
div.DivClassName
{
background-color: #325D41;
}
.BgClassName
{
background-color: #325D41;
}
</style>
border-color css
<style>
span { border-color: #325D41; }
span { border-color: rgb(50,93,65); }
td.TdClassName
{
border-color: #325D41;
}
.TagClassName
{
border-color: #325D41;
}
</style>