Shades of Goblin #31523F
Tints of Goblin #31523F
RGB
CMYK
RGB Variations
Color information
#31523F (or 0x31523F) is known color: Goblin. HEX triplet: 31, 52 and 3F. RGB value is (49,82,63). Sum of RGB (Red+Green+Blue) = 49+82+63=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #31523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31523F is #CEADC0. Grayscale: #464646. Windows color (decimal): -13544897 or 4149809. OLE color: 4149809.
HSL color Cylindrical-coordinate representation of color #31523F: hue angle of 145.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31523F is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 63 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.68 |
| HSL | 145.45º | 0.25% | 0.26% | - |
| HSV(B) | 145.45º | 0.4% | 0.32% | - |
| XYZ | 5.18 | 7.05 | 5.79 | - |
| YUV | 69.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 63 | 0.40 | 0 | 0.23 | 0.68 | 145.45 | 0.25 | 0.26 |
| Hex | 31 | 52 | 3F | 28 | 0 | 17 | 44 | 91 | 19 | 1A |
| Octal | 61 | 122 | 77 | 50 | 0 | 27 | 104 | 221 | 31 | 32 |
| Binary | 110001 | 1010010 | 111111 | 101000 | 0 | 10111 | 1000100 | 10010001 | 11001 | 11010 |
Color Harmonies of #31523F
Complementary color
Monochromatic Colors of #31523F
Black with #31523F
Text Example
Text Example
White with #31523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31523F; }
p { color: rgb(49,82,63); }
H1.HeaderClassName
{
color: #31523F;
}
.AnyTagClassName
{
color: #31523F;
}
</style>
background-color css
<style>
a { background-color: #31523F; }
a { background-color: rgb(49,82,63); }
div.DivClassName
{
background-color: #31523F;
}
.BgClassName
{
background-color: #31523F;
}
</style>
border-color css
<style>
span { border-color: #31523F; }
span { border-color: rgb(49,82,63); }
td.TdClassName
{
border-color: #31523F;
}
.TagClassName
{
border-color: #31523F;
}
</style>