Shades of Goblin #32533E
Tints of Goblin #32533E
RGB
CMYK
RGB Variations
Color information
#32533E (or 0x32533E) is known color: Goblin. HEX triplet: 32, 53 and 3E. RGB value is (50,83,62). Sum of RGB (Red+Green+Blue) = 50+83+62=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #32533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32533E is #CDACC1. Grayscale: #464646. Windows color (decimal): -13479106 or 4084530. OLE color: 4084530.
HSL color Cylindrical-coordinate representation of color #32533E: hue angle of 141.82º 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 #32533E is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 62 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.67 |
| HSL | 141.82º | 0.25% | 0.26% | - |
| HSV(B) | 141.82º | 0.4% | 0.33% | - |
| XYZ | 5.28 | 7.21 | 5.67 | - |
| YUV | 70.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 62 | 0.40 | 0 | 0.25 | 0.67 | 141.82 | 0.25 | 0.26 |
| Hex | 32 | 53 | 3E | 28 | 0 | 19 | 43 | 8E | 19 | 1A |
| Octal | 62 | 123 | 76 | 50 | 0 | 31 | 103 | 216 | 31 | 32 |
| Binary | 110010 | 1010011 | 111110 | 101000 | 0 | 11001 | 1000011 | 10001110 | 11001 | 11010 |
Color Harmonies of #32533E
Complementary color
Monochromatic Colors of #32533E
Black with #32533E
Text Example
Text Example
White with #32533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32533E; }
p { color: rgb(50,83,62); }
H1.HeaderClassName
{
color: #32533E;
}
.AnyTagClassName
{
color: #32533E;
}
</style>
background-color css
<style>
a { background-color: #32533E; }
a { background-color: rgb(50,83,62); }
div.DivClassName
{
background-color: #32533E;
}
.BgClassName
{
background-color: #32533E;
}
</style>
border-color css
<style>
span { border-color: #32533E; }
span { border-color: rgb(50,83,62); }
td.TdClassName
{
border-color: #32533E;
}
.TagClassName
{
border-color: #32533E;
}
</style>