Shades of Goblin #325F41
Tints of Goblin #325F41
RGB
CMYK
RGB Variations
Color information
#325F41 (or 0x325F41) is known color: Goblin. HEX triplet: 32, 5F and 41. RGB value is (50,95,65). Sum of RGB (Red+Green+Blue) = 50+95+65=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #325F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F41 is #CDA0BE. Grayscale: #4E4E4E. Windows color (decimal): -13476031 or 4284210. OLE color: 4284210.
HSL color Cylindrical-coordinate representation of color #325F41: hue angle of 140º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F41 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 65 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.63 |
| HSL | 140º | 0.31% | 0.28% | - |
| HSV(B) | 140º | 0.47% | 0.37% | - |
| XYZ | 6.36 | 9.24 | 6.45 | - |
| YUV | 78.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 65 | 0.47 | 0 | 0.32 | 0.63 | 140 | 0.31 | 0.28 |
| Hex | 32 | 5F | 41 | 2F | 0 | 20 | 3F | 8C | 1F | 1C |
| Octal | 62 | 137 | 101 | 57 | 0 | 40 | 77 | 214 | 37 | 34 |
| Binary | 110010 | 1011111 | 1000001 | 101111 | 0 | 100000 | 111111 | 10001100 | 11111 | 11100 |
Color Harmonies of #325F41
Complementary color
Monochromatic Colors of #325F41
Black with #325F41
Text Example
Text Example
White with #325F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F41; }
p { color: rgb(50,95,65); }
H1.HeaderClassName
{
color: #325F41;
}
.AnyTagClassName
{
color: #325F41;
}
</style>
background-color css
<style>
a { background-color: #325F41; }
a { background-color: rgb(50,95,65); }
div.DivClassName
{
background-color: #325F41;
}
.BgClassName
{
background-color: #325F41;
}
</style>
border-color css
<style>
span { border-color: #325F41; }
span { border-color: rgb(50,95,65); }
td.TdClassName
{
border-color: #325F41;
}
.TagClassName
{
border-color: #325F41;
}
</style>