Shades of Goblin #32533D
Tints of Goblin #32533D
RGB
CMYK
RGB Variations
Color information
#32533D (or 0x32533D) is known color: Goblin. HEX triplet: 32, 53 and 3D. RGB value is (50,83,61). Sum of RGB (Red+Green+Blue) = 50+83+61=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #32533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32533D is #CDACC2. Grayscale: #464646. Windows color (decimal): -13479107 or 4018994. OLE color: 4018994.
HSL color Cylindrical-coordinate representation of color #32533D: hue angle of 140º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #32533D is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 61 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.67 |
| HSL | 140º | 0.25% | 0.26% | - |
| HSV(B) | 140º | 0.4% | 0.33% | - |
| XYZ | 5.25 | 7.2 | 5.53 | - |
| YUV | 70.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 61 | 0.40 | 0 | 0.27 | 0.67 | 140 | 0.25 | 0.26 |
| Hex | 32 | 53 | 3D | 28 | 0 | 1B | 43 | 8C | 19 | 1A |
| Octal | 62 | 123 | 75 | 50 | 0 | 33 | 103 | 214 | 31 | 32 |
| Binary | 110010 | 1010011 | 111101 | 101000 | 0 | 11011 | 1000011 | 10001100 | 11001 | 11010 |
Color Harmonies of #32533D
Complementary color
Monochromatic Colors of #32533D
Black with #32533D
Text Example
Text Example
White with #32533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32533D; }
p { color: rgb(50,83,61); }
H1.HeaderClassName
{
color: #32533D;
}
.AnyTagClassName
{
color: #32533D;
}
</style>
background-color css
<style>
a { background-color: #32533D; }
a { background-color: rgb(50,83,61); }
div.DivClassName
{
background-color: #32533D;
}
.BgClassName
{
background-color: #32533D;
}
</style>
border-color css
<style>
span { border-color: #32533D; }
span { border-color: rgb(50,83,61); }
td.TdClassName
{
border-color: #32533D;
}
.TagClassName
{
border-color: #32533D;
}
</style>