Shades of Goblin #325C42
Tints of Goblin #325C42
RGB
CMYK
RGB Variations
Color information
#325C42 (or 0x325C42) is known color: Goblin. HEX triplet: 32, 5C and 42. RGB value is (50,92,66). Sum of RGB (Red+Green+Blue) = 50+92+66=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #325C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C42 is #CDA3BD. Grayscale: #4C4C4C. Windows color (decimal): -13476798 or 4348978. OLE color: 4348978.
HSL color Cylindrical-coordinate representation of color #325C42: hue angle of 142.86º 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 #325C42 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 66 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.64 |
| HSL | 142.86º | 0.3% | 0.28% | - |
| HSV(B) | 142.86º | 0.46% | 0.36% | - |
| XYZ | 6.13 | 8.73 | 6.52 | - |
| YUV | 76.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 66 | 0.46 | 0 | 0.28 | 0.64 | 142.86 | 0.3 | 0.28 |
| Hex | 32 | 5C | 42 | 2E | 0 | 1C | 40 | 8F | 1E | 1C |
| Octal | 62 | 134 | 102 | 56 | 0 | 34 | 100 | 217 | 36 | 34 |
| Binary | 110010 | 1011100 | 1000010 | 101110 | 0 | 11100 | 1000000 | 10001111 | 11110 | 11100 |
Color Harmonies of #325C42
Complementary color
Monochromatic Colors of #325C42
Black with #325C42
Text Example
Text Example
White with #325C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C42; }
p { color: rgb(50,92,66); }
H1.HeaderClassName
{
color: #325C42;
}
.AnyTagClassName
{
color: #325C42;
}
</style>
background-color css
<style>
a { background-color: #325C42; }
a { background-color: rgb(50,92,66); }
div.DivClassName
{
background-color: #325C42;
}
.BgClassName
{
background-color: #325C42;
}
</style>
border-color css
<style>
span { border-color: #325C42; }
span { border-color: rgb(50,92,66); }
td.TdClassName
{
border-color: #325C42;
}
.TagClassName
{
border-color: #325C42;
}
</style>