Shades of Goblin #32523C
Tints of Goblin #32523C
RGB
CMYK
RGB Variations
Color information
#32523C (or 0x32523C) is known color: Goblin. HEX triplet: 32, 52 and 3C. RGB value is (50,82,60). Sum of RGB (Red+Green+Blue) = 50+82+60=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #32523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32523C is #CDADC3. Grayscale: #454545. Windows color (decimal): -13479364 or 3953202. OLE color: 3953202.
HSL color Cylindrical-coordinate representation of color #32523C: hue angle of 138.75º 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 #32523C is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 60 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.68 |
| HSL | 138.75º | 0.24% | 0.26% | - |
| HSV(B) | 138.75º | 0.39% | 0.32% | - |
| XYZ | 5.15 | 7.04 | 5.36 | - |
| YUV | 69.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 60 | 0.39 | 0 | 0.27 | 0.68 | 138.75 | 0.24 | 0.26 |
| Hex | 32 | 52 | 3C | 27 | 0 | 1B | 44 | 8B | 18 | 1A |
| Octal | 62 | 122 | 74 | 47 | 0 | 33 | 104 | 213 | 30 | 32 |
| Binary | 110010 | 1010010 | 111100 | 100111 | 0 | 11011 | 1000100 | 10001011 | 11000 | 11010 |
Color Harmonies of #32523C
Complementary color
Monochromatic Colors of #32523C
Black with #32523C
Text Example
Text Example
White with #32523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32523C; }
p { color: rgb(50,82,60); }
H1.HeaderClassName
{
color: #32523C;
}
.AnyTagClassName
{
color: #32523C;
}
</style>
background-color css
<style>
a { background-color: #32523C; }
a { background-color: rgb(50,82,60); }
div.DivClassName
{
background-color: #32523C;
}
.BgClassName
{
background-color: #32523C;
}
</style>
border-color css
<style>
span { border-color: #32523C; }
span { border-color: rgb(50,82,60); }
td.TdClassName
{
border-color: #32523C;
}
.TagClassName
{
border-color: #32523C;
}
</style>