Shades of Goblin #32593F
Tints of Goblin #32593F
RGB
CMYK
RGB Variations
Color information
#32593F (or 0x32593F) is known color: Goblin. HEX triplet: 32, 59 and 3F. RGB value is (50,89,63). Sum of RGB (Red+Green+Blue) = 50+89+63=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #32593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32593F is #CDA6C0. Grayscale: #4A4A4A. Windows color (decimal): -13477569 or 4151602. OLE color: 4151602.
HSL color Cylindrical-coordinate representation of color #32593F: hue angle of 140º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32593F is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 89 | 63 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.65 |
| HSL | 140º | 0.28% | 0.27% | - |
| HSV(B) | 140º | 0.44% | 0.35% | - |
| XYZ | 5.78 | 8.18 | 5.98 | - |
| YUV | 74.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 63 | 0.44 | 0 | 0.29 | 0.65 | 140 | 0.28 | 0.27 |
| Hex | 32 | 59 | 3F | 2C | 0 | 1D | 41 | 8C | 1C | 1B |
| Octal | 62 | 131 | 77 | 54 | 0 | 35 | 101 | 214 | 34 | 33 |
| Binary | 110010 | 1011001 | 111111 | 101100 | 0 | 11101 | 1000001 | 10001100 | 11100 | 11011 |
Color Harmonies of #32593F
Complementary color
Monochromatic Colors of #32593F
Black with #32593F
Text Example
Text Example
White with #32593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32593F; }
p { color: rgb(50,89,63); }
H1.HeaderClassName
{
color: #32593F;
}
.AnyTagClassName
{
color: #32593F;
}
</style>
background-color css
<style>
a { background-color: #32593F; }
a { background-color: rgb(50,89,63); }
div.DivClassName
{
background-color: #32593F;
}
.BgClassName
{
background-color: #32593F;
}
</style>
border-color css
<style>
span { border-color: #32593F; }
span { border-color: rgb(50,89,63); }
td.TdClassName
{
border-color: #32593F;
}
.TagClassName
{
border-color: #32593F;
}
</style>