Shades of Goblin #31553D
Tints of Goblin #31553D
RGB
CMYK
RGB Variations
Color information
#31553D (or 0x31553D) is known color: Goblin. HEX triplet: 31, 55 and 3D. RGB value is (49,85,61). Sum of RGB (Red+Green+Blue) = 49+85+61=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #31553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31553D is #CEAAC2. Grayscale: #474747. Windows color (decimal): -13544131 or 4019505. OLE color: 4019505.
HSL color Cylindrical-coordinate representation of color #31553D: hue angle of 140º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31553D is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 85 | 61 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.67 |
| HSL | 140º | 0.27% | 0.26% | - |
| HSV(B) | 140º | 0.42% | 0.33% | - |
| XYZ | 5.36 | 7.49 | 5.58 | - |
| YUV | 71.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 61 | 0.42 | 0 | 0.28 | 0.67 | 140 | 0.27 | 0.26 |
| Hex | 31 | 55 | 3D | 2A | 0 | 1C | 43 | 8C | 1B | 1A |
| Octal | 61 | 125 | 75 | 52 | 0 | 34 | 103 | 214 | 33 | 32 |
| Binary | 110001 | 1010101 | 111101 | 101010 | 0 | 11100 | 1000011 | 10001100 | 11011 | 11010 |
Color Harmonies of #31553D
Complementary color
Monochromatic Colors of #31553D
Black with #31553D
Text Example
Text Example
White with #31553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31553D; }
p { color: rgb(49,85,61); }
H1.HeaderClassName
{
color: #31553D;
}
.AnyTagClassName
{
color: #31553D;
}
</style>
background-color css
<style>
a { background-color: #31553D; }
a { background-color: rgb(49,85,61); }
div.DivClassName
{
background-color: #31553D;
}
.BgClassName
{
background-color: #31553D;
}
</style>
border-color css
<style>
span { border-color: #31553D; }
span { border-color: rgb(49,85,61); }
td.TdClassName
{
border-color: #31553D;
}
.TagClassName
{
border-color: #31553D;
}
</style>