Shades of Goblin #32503C
Tints of Goblin #32503C
RGB
CMYK
RGB Variations
Color information
#32503C (or 0x32503C) is known color: Goblin. HEX triplet: 32, 50 and 3C. RGB value is (50,80,60). Sum of RGB (Red+Green+Blue) = 50+80+60=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #32503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32503C is #CDAFC3. Grayscale: #444444. Windows color (decimal): -13479876 or 3952690. OLE color: 3952690.
HSL color Cylindrical-coordinate representation of color #32503C: hue angle of 140º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32503C is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 60 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.69 |
| HSL | 140º | 0.23% | 0.25% | - |
| HSV(B) | 140º | 0.38% | 0.31% | - |
| XYZ | 5 | 6.74 | 5.31 | - |
| YUV | 68.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 60 | 0.37 | 0 | 0.25 | 0.69 | 140 | 0.23 | 0.25 |
| Hex | 32 | 50 | 3C | 25 | 0 | 19 | 45 | 8C | 17 | 19 |
| Octal | 62 | 120 | 74 | 45 | 0 | 31 | 105 | 214 | 27 | 31 |
| Binary | 110010 | 1010000 | 111100 | 100101 | 0 | 11001 | 1000101 | 10001100 | 10111 | 11001 |
Color Harmonies of #32503C
Complementary color
Monochromatic Colors of #32503C
Black with #32503C
Text Example
Text Example
White with #32503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32503C; }
p { color: rgb(50,80,60); }
H1.HeaderClassName
{
color: #32503C;
}
.AnyTagClassName
{
color: #32503C;
}
</style>
background-color css
<style>
a { background-color: #32503C; }
a { background-color: rgb(50,80,60); }
div.DivClassName
{
background-color: #32503C;
}
.BgClassName
{
background-color: #32503C;
}
</style>
border-color css
<style>
span { border-color: #32503C; }
span { border-color: rgb(50,80,60); }
td.TdClassName
{
border-color: #32503C;
}
.TagClassName
{
border-color: #32503C;
}
</style>