Shades of Goblin #32513A
Tints of Goblin #32513A
RGB
CMYK
RGB Variations
Color information
#32513A (or 0x32513A) is known color: Goblin. HEX triplet: 32, 51 and 3A. RGB value is (50,81,58). Sum of RGB (Red+Green+Blue) = 50+81+58=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #32513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32513A is #CDAEC5. Grayscale: #454545. Windows color (decimal): -13479622 or 3821874. OLE color: 3821874.
HSL color Cylindrical-coordinate representation of color #32513A: hue angle of 135.48º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32513A is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 58 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.68 |
| HSL | 135.48º | 0.24% | 0.26% | - |
| HSV(B) | 135.48º | 0.38% | 0.32% | - |
| XYZ | 5.02 | 6.87 | 5.06 | - |
| YUV | 69.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 58 | 0.38 | 0 | 0.28 | 0.68 | 135.48 | 0.24 | 0.26 |
| Hex | 32 | 51 | 3A | 26 | 0 | 1C | 44 | 87 | 18 | 1A |
| Octal | 62 | 121 | 72 | 46 | 0 | 34 | 104 | 207 | 30 | 32 |
| Binary | 110010 | 1010001 | 111010 | 100110 | 0 | 11100 | 1000100 | 10000111 | 11000 | 11010 |
Color Harmonies of #32513A
Complementary color
Monochromatic Colors of #32513A
Black with #32513A
Text Example
Text Example
White with #32513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32513A; }
p { color: rgb(50,81,58); }
H1.HeaderClassName
{
color: #32513A;
}
.AnyTagClassName
{
color: #32513A;
}
</style>
background-color css
<style>
a { background-color: #32513A; }
a { background-color: rgb(50,81,58); }
div.DivClassName
{
background-color: #32513A;
}
.BgClassName
{
background-color: #32513A;
}
</style>
border-color css
<style>
span { border-color: #32513A; }
span { border-color: rgb(50,81,58); }
td.TdClassName
{
border-color: #32513A;
}
.TagClassName
{
border-color: #32513A;
}
</style>