Shades of Goblin #32543E
Tints of Goblin #32543E
RGB
CMYK
RGB Variations
Color information
#32543E (or 0x32543E) is known color: Goblin. HEX triplet: 32, 54 and 3E. RGB value is (50,84,62). Sum of RGB (Red+Green+Blue) = 50+84+62=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #32543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32543E is #CDABC1. Grayscale: #474747. Windows color (decimal): -13478850 or 4084786. OLE color: 4084786.
HSL color Cylindrical-coordinate representation of color #32543E: hue angle of 141.18º 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 #32543E is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 62 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.67 |
| HSL | 141.18º | 0.25% | 0.26% | - |
| HSV(B) | 141.18º | 0.4% | 0.33% | - |
| XYZ | 5.36 | 7.37 | 5.7 | - |
| YUV | 71.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 62 | 0.40 | 0 | 0.26 | 0.67 | 141.18 | 0.25 | 0.26 |
| Hex | 32 | 54 | 3E | 28 | 0 | 1A | 43 | 8D | 19 | 1A |
| Octal | 62 | 124 | 76 | 50 | 0 | 32 | 103 | 215 | 31 | 32 |
| Binary | 110010 | 1010100 | 111110 | 101000 | 0 | 11010 | 1000011 | 10001101 | 11001 | 11010 |
Color Harmonies of #32543E
Complementary color
Monochromatic Colors of #32543E
Black with #32543E
Text Example
Text Example
White with #32543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32543E; }
p { color: rgb(50,84,62); }
H1.HeaderClassName
{
color: #32543E;
}
.AnyTagClassName
{
color: #32543E;
}
</style>
background-color css
<style>
a { background-color: #32543E; }
a { background-color: rgb(50,84,62); }
div.DivClassName
{
background-color: #32543E;
}
.BgClassName
{
background-color: #32543E;
}
</style>
border-color css
<style>
span { border-color: #32543E; }
span { border-color: rgb(50,84,62); }
td.TdClassName
{
border-color: #32543E;
}
.TagClassName
{
border-color: #32543E;
}
</style>