Shades of Goblin #32523F
Tints of Goblin #32523F
RGB
CMYK
RGB Variations
Color information
#32523F (or 0x32523F) is known color: Goblin. HEX triplet: 32, 52 and 3F. RGB value is (50,82,63). Sum of RGB (Red+Green+Blue) = 50+82+63=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #32523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32523F is #CDADC0. Grayscale: #464646. Windows color (decimal): -13479361 or 4149810. OLE color: 4149810.
HSL color Cylindrical-coordinate representation of color #32523F: hue angle of 144.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #32523F is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 63 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.68 |
| HSL | 144.38º | 0.24% | 0.26% | - |
| HSV(B) | 144.38º | 0.39% | 0.32% | - |
| XYZ | 5.23 | 7.07 | 5.79 | - |
| YUV | 70.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 63 | 0.39 | 0 | 0.23 | 0.68 | 144.38 | 0.24 | 0.26 |
| Hex | 32 | 52 | 3F | 27 | 0 | 17 | 44 | 90 | 18 | 1A |
| Octal | 62 | 122 | 77 | 47 | 0 | 27 | 104 | 220 | 30 | 32 |
| Binary | 110010 | 1010010 | 111111 | 100111 | 0 | 10111 | 1000100 | 10010000 | 11000 | 11010 |
Color Harmonies of #32523F
Complementary color
Monochromatic Colors of #32523F
Black with #32523F
Text Example
Text Example
White with #32523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32523F; }
p { color: rgb(50,82,63); }
H1.HeaderClassName
{
color: #32523F;
}
.AnyTagClassName
{
color: #32523F;
}
</style>
background-color css
<style>
a { background-color: #32523F; }
a { background-color: rgb(50,82,63); }
div.DivClassName
{
background-color: #32523F;
}
.BgClassName
{
background-color: #32523F;
}
</style>
border-color css
<style>
span { border-color: #32523F; }
span { border-color: rgb(50,82,63); }
td.TdClassName
{
border-color: #32523F;
}
.TagClassName
{
border-color: #32523F;
}
</style>