Shades of Goblin #32503D
Tints of Goblin #32503D
RGB
CMYK
RGB Variations
Color information
#32503D (or 0x32503D) is known color: Goblin. HEX triplet: 32, 50 and 3D. RGB value is (50,80,61). Sum of RGB (Red+Green+Blue) = 50+80+61=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #32503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32503D is #CDAFC2. Grayscale: #444444. Windows color (decimal): -13479875 or 4018226. OLE color: 4018226.
HSL color Cylindrical-coordinate representation of color #32503D: hue angle of 142º 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 #32503D is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 61 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.69 |
| HSL | 142º | 0.23% | 0.25% | - |
| HSV(B) | 142º | 0.38% | 0.31% | - |
| XYZ | 5.03 | 6.75 | 5.45 | - |
| YUV | 68.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 61 | 0.37 | 0 | 0.24 | 0.69 | 142 | 0.23 | 0.25 |
| Hex | 32 | 50 | 3D | 25 | 0 | 18 | 45 | 8E | 17 | 19 |
| Octal | 62 | 120 | 75 | 45 | 0 | 30 | 105 | 216 | 27 | 31 |
| Binary | 110010 | 1010000 | 111101 | 100101 | 0 | 11000 | 1000101 | 10001110 | 10111 | 11001 |
Color Harmonies of #32503D
Complementary color
Monochromatic Colors of #32503D
Black with #32503D
Text Example
Text Example
White with #32503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32503D; }
p { color: rgb(50,80,61); }
H1.HeaderClassName
{
color: #32503D;
}
.AnyTagClassName
{
color: #32503D;
}
</style>
background-color css
<style>
a { background-color: #32503D; }
a { background-color: rgb(50,80,61); }
div.DivClassName
{
background-color: #32503D;
}
.BgClassName
{
background-color: #32503D;
}
</style>
border-color css
<style>
span { border-color: #32503D; }
span { border-color: rgb(50,80,61); }
td.TdClassName
{
border-color: #32503D;
}
.TagClassName
{
border-color: #32503D;
}
</style>