Shades of Goblin #325C3E
Tints of Goblin #325C3E
RGB
CMYK
RGB Variations
Color information
#325C3E (or 0x325C3E) is known color: Goblin. HEX triplet: 32, 5C and 3E. RGB value is (50,92,62). Sum of RGB (Red+Green+Blue) = 50+92+62=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #325C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C3E is #CDA3C1. Grayscale: #4C4C4C. Windows color (decimal): -13476802 or 4086834. OLE color: 4086834.
HSL color Cylindrical-coordinate representation of color #325C3E: hue angle of 137.14º 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 #325C3E is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 62 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.64 |
| HSL | 137.14º | 0.3% | 0.28% | - |
| HSV(B) | 137.14º | 0.46% | 0.36% | - |
| XYZ | 6.01 | 8.68 | 5.92 | - |
| YUV | 76.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 62 | 0.46 | 0 | 0.33 | 0.64 | 137.14 | 0.3 | 0.28 |
| Hex | 32 | 5C | 3E | 2E | 0 | 21 | 40 | 89 | 1E | 1C |
| Octal | 62 | 134 | 76 | 56 | 0 | 41 | 100 | 211 | 36 | 34 |
| Binary | 110010 | 1011100 | 111110 | 101110 | 0 | 100001 | 1000000 | 10001001 | 11110 | 11100 |
Color Harmonies of #325C3E
Complementary color
Monochromatic Colors of #325C3E
Black with #325C3E
Text Example
Text Example
White with #325C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C3E; }
p { color: rgb(50,92,62); }
H1.HeaderClassName
{
color: #325C3E;
}
.AnyTagClassName
{
color: #325C3E;
}
</style>
background-color css
<style>
a { background-color: #325C3E; }
a { background-color: rgb(50,92,62); }
div.DivClassName
{
background-color: #325C3E;
}
.BgClassName
{
background-color: #325C3E;
}
</style>
border-color css
<style>
span { border-color: #325C3E; }
span { border-color: rgb(50,92,62); }
td.TdClassName
{
border-color: #325C3E;
}
.TagClassName
{
border-color: #325C3E;
}
</style>