Shades of Goblin #325C41
Tints of Goblin #325C41
RGB
CMYK
RGB Variations
Color information
#325C41 (or 0x325C41) is known color: Goblin. HEX triplet: 32, 5C and 41. RGB value is (50,92,65). Sum of RGB (Red+Green+Blue) = 50+92+65=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #325C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C41 is #CDA3BE. Grayscale: #4C4C4C. Windows color (decimal): -13476799 or 4283442. OLE color: 4283442.
HSL color Cylindrical-coordinate representation of color #325C41: hue angle of 141.43º 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 #325C41 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 65 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.64 |
| HSL | 141.43º | 0.3% | 0.28% | - |
| HSV(B) | 141.43º | 0.46% | 0.36% | - |
| XYZ | 6.1 | 8.71 | 6.36 | - |
| YUV | 76.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 65 | 0.46 | 0 | 0.29 | 0.64 | 141.43 | 0.3 | 0.28 |
| Hex | 32 | 5C | 41 | 2E | 0 | 1D | 40 | 8D | 1E | 1C |
| Octal | 62 | 134 | 101 | 56 | 0 | 35 | 100 | 215 | 36 | 34 |
| Binary | 110010 | 1011100 | 1000001 | 101110 | 0 | 11101 | 1000000 | 10001101 | 11110 | 11100 |
Color Harmonies of #325C41
Complementary color
Monochromatic Colors of #325C41
Black with #325C41
Text Example
Text Example
White with #325C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C41; }
p { color: rgb(50,92,65); }
H1.HeaderClassName
{
color: #325C41;
}
.AnyTagClassName
{
color: #325C41;
}
</style>
background-color css
<style>
a { background-color: #325C41; }
a { background-color: rgb(50,92,65); }
div.DivClassName
{
background-color: #325C41;
}
.BgClassName
{
background-color: #325C41;
}
</style>
border-color css
<style>
span { border-color: #325C41; }
span { border-color: rgb(50,92,65); }
td.TdClassName
{
border-color: #325C41;
}
.TagClassName
{
border-color: #325C41;
}
</style>