Shades of Goblin #31523D
Tints of Goblin #31523D
RGB
CMYK
RGB Variations
Color information
#31523D (or 0x31523D) is known color: Goblin. HEX triplet: 31, 52 and 3D. RGB value is (49,82,61). Sum of RGB (Red+Green+Blue) = 49+82+61=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #31523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31523D is #CEADC2. Grayscale: #454545. Windows color (decimal): -13544899 or 4018737. OLE color: 4018737.
HSL color Cylindrical-coordinate representation of color #31523D: hue angle of 141.82º 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 #31523D is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 61 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.68 |
| HSL | 141.82º | 0.25% | 0.26% | - |
| HSV(B) | 141.82º | 0.4% | 0.32% | - |
| XYZ | 5.13 | 7.02 | 5.5 | - |
| YUV | 69.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 61 | 0.40 | 0 | 0.26 | 0.68 | 141.82 | 0.25 | 0.26 |
| Hex | 31 | 52 | 3D | 28 | 0 | 1A | 44 | 8E | 19 | 1A |
| Octal | 61 | 122 | 75 | 50 | 0 | 32 | 104 | 216 | 31 | 32 |
| Binary | 110001 | 1010010 | 111101 | 101000 | 0 | 11010 | 1000100 | 10001110 | 11001 | 11010 |
Color Harmonies of #31523D
Complementary color
Monochromatic Colors of #31523D
Black with #31523D
Text Example
Text Example
White with #31523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31523D; }
p { color: rgb(49,82,61); }
H1.HeaderClassName
{
color: #31523D;
}
.AnyTagClassName
{
color: #31523D;
}
</style>
background-color css
<style>
a { background-color: #31523D; }
a { background-color: rgb(49,82,61); }
div.DivClassName
{
background-color: #31523D;
}
.BgClassName
{
background-color: #31523D;
}
</style>
border-color css
<style>
span { border-color: #31523D; }
span { border-color: rgb(49,82,61); }
td.TdClassName
{
border-color: #31523D;
}
.TagClassName
{
border-color: #31523D;
}
</style>