Shades of Goblin #32533A
Tints of Goblin #32533A
RGB
CMYK
RGB Variations
Color information
#32533A (or 0x32533A) is known color: Goblin. HEX triplet: 32, 53 and 3A. RGB value is (50,83,58). Sum of RGB (Red+Green+Blue) = 50+83+58=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #32533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32533A is #CDACC5. Grayscale: #464646. Windows color (decimal): -13479110 or 3822386. OLE color: 3822386.
HSL color Cylindrical-coordinate representation of color #32533A: hue angle of 134.55º 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 #32533A is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 58 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.67 |
| HSL | 134.55º | 0.25% | 0.26% | - |
| HSV(B) | 134.55º | 0.4% | 0.33% | - |
| XYZ | 5.17 | 7.17 | 5.11 | - |
| YUV | 70.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 58 | 0.40 | 0 | 0.30 | 0.67 | 134.55 | 0.25 | 0.26 |
| Hex | 32 | 53 | 3A | 28 | 0 | 1E | 43 | 87 | 19 | 1A |
| Octal | 62 | 123 | 72 | 50 | 0 | 36 | 103 | 207 | 31 | 32 |
| Binary | 110010 | 1010011 | 111010 | 101000 | 0 | 11110 | 1000011 | 10000111 | 11001 | 11010 |
Color Harmonies of #32533A
Complementary color
Monochromatic Colors of #32533A
Black with #32533A
Text Example
Text Example
White with #32533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32533A; }
p { color: rgb(50,83,58); }
H1.HeaderClassName
{
color: #32533A;
}
.AnyTagClassName
{
color: #32533A;
}
</style>
background-color css
<style>
a { background-color: #32533A; }
a { background-color: rgb(50,83,58); }
div.DivClassName
{
background-color: #32533A;
}
.BgClassName
{
background-color: #32533A;
}
</style>
border-color css
<style>
span { border-color: #32533A; }
span { border-color: rgb(50,83,58); }
td.TdClassName
{
border-color: #32533A;
}
.TagClassName
{
border-color: #32533A;
}
</style>