Shades of Goblin #325140
Tints of Goblin #325140
RGB
CMYK
RGB Variations
Color information
#325140 (or 0x325140) is known color: Goblin. HEX triplet: 32, 51 and 40. RGB value is (50,81,64). Sum of RGB (Red+Green+Blue) = 50+81+64=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #325140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325140 is #CDAEBF. Grayscale: #454545. Windows color (decimal): -13479616 or 4215090. OLE color: 4215090.
HSL color Cylindrical-coordinate representation of color #325140: hue angle of 147.1º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325140 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 64 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.68 |
| HSL | 147.1º | 0.24% | 0.26% | - |
| HSV(B) | 147.1º | 0.38% | 0.32% | - |
| XYZ | 5.18 | 6.93 | 5.92 | - |
| YUV | 69.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 64 | 0.38 | 0 | 0.21 | 0.68 | 147.1 | 0.24 | 0.26 |
| Hex | 32 | 51 | 40 | 26 | 0 | 15 | 44 | 93 | 18 | 1A |
| Octal | 62 | 121 | 100 | 46 | 0 | 25 | 104 | 223 | 30 | 32 |
| Binary | 110010 | 1010001 | 1000000 | 100110 | 0 | 10101 | 1000100 | 10010011 | 11000 | 11010 |
Color Harmonies of #325140
Complementary color
Monochromatic Colors of #325140
Black with #325140
Text Example
Text Example
White with #325140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325140; }
p { color: rgb(50,81,64); }
H1.HeaderClassName
{
color: #325140;
}
.AnyTagClassName
{
color: #325140;
}
</style>
background-color css
<style>
a { background-color: #325140; }
a { background-color: rgb(50,81,64); }
div.DivClassName
{
background-color: #325140;
}
.BgClassName
{
background-color: #325140;
}
</style>
border-color css
<style>
span { border-color: #325140; }
span { border-color: rgb(50,81,64); }
td.TdClassName
{
border-color: #325140;
}
.TagClassName
{
border-color: #325140;
}
</style>