Shades of Goblin #32563A
Tints of Goblin #32563A
RGB
CMYK
RGB Variations
Color information
#32563A (or 0x32563A) is known color: Goblin. HEX triplet: 32, 56 and 3A. RGB value is (50,86,58). Sum of RGB (Red+Green+Blue) = 50+86+58=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #32563A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32563A is #CDA9C5. Grayscale: #484848. Windows color (decimal): -13478342 or 3823154. OLE color: 3823154.
HSL color Cylindrical-coordinate representation of color #32563A: hue angle of 133.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #32563A is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 86 | 58 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.66 |
| HSL | 133.33º | 0.26% | 0.27% | - |
| HSV(B) | 133.33º | 0.42% | 0.34% | - |
| XYZ | 5.41 | 7.64 | 5.19 | - |
| YUV | 72.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 58 | 0.42 | 0 | 0.33 | 0.66 | 133.33 | 0.26 | 0.27 |
| Hex | 32 | 56 | 3A | 2A | 0 | 21 | 42 | 85 | 1A | 1B |
| Octal | 62 | 126 | 72 | 52 | 0 | 41 | 102 | 205 | 32 | 33 |
| Binary | 110010 | 1010110 | 111010 | 101010 | 0 | 100001 | 1000010 | 10000101 | 11010 | 11011 |
Color Harmonies of #32563A
Complementary color
Monochromatic Colors of #32563A
Black with #32563A
Text Example
Text Example
White with #32563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32563A; }
p { color: rgb(50,86,58); }
H1.HeaderClassName
{
color: #32563A;
}
.AnyTagClassName
{
color: #32563A;
}
</style>
background-color css
<style>
a { background-color: #32563A; }
a { background-color: rgb(50,86,58); }
div.DivClassName
{
background-color: #32563A;
}
.BgClassName
{
background-color: #32563A;
}
</style>
border-color css
<style>
span { border-color: #32563A; }
span { border-color: rgb(50,86,58); }
td.TdClassName
{
border-color: #32563A;
}
.TagClassName
{
border-color: #32563A;
}
</style>