Shades of Goblin #31573D
Tints of Goblin #31573D
RGB
CMYK
RGB Variations
Color information
#31573D (or 0x31573D) is known color: Goblin. HEX triplet: 31, 57 and 3D. RGB value is (49,87,61). Sum of RGB (Red+Green+Blue) = 49+87+61=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #31573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31573D is #CEA8C2. Grayscale: #484848. Windows color (decimal): -13543619 or 4020017. OLE color: 4020017.
HSL color Cylindrical-coordinate representation of color #31573D: hue angle of 138.95º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #31573D is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 87 | 61 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.66 |
| HSL | 138.95º | 0.28% | 0.27% | - |
| HSV(B) | 138.95º | 0.44% | 0.34% | - |
| XYZ | 5.52 | 7.81 | 5.63 | - |
| YUV | 72.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 61 | 0.44 | 0 | 0.30 | 0.66 | 138.95 | 0.28 | 0.27 |
| Hex | 31 | 57 | 3D | 2C | 0 | 1E | 42 | 8B | 1C | 1B |
| Octal | 61 | 127 | 75 | 54 | 0 | 36 | 102 | 213 | 34 | 33 |
| Binary | 110001 | 1010111 | 111101 | 101100 | 0 | 11110 | 1000010 | 10001011 | 11100 | 11011 |
Color Harmonies of #31573D
Complementary color
Monochromatic Colors of #31573D
Black with #31573D
Text Example
Text Example
White with #31573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31573D; }
p { color: rgb(49,87,61); }
H1.HeaderClassName
{
color: #31573D;
}
.AnyTagClassName
{
color: #31573D;
}
</style>
background-color css
<style>
a { background-color: #31573D; }
a { background-color: rgb(49,87,61); }
div.DivClassName
{
background-color: #31573D;
}
.BgClassName
{
background-color: #31573D;
}
</style>
border-color css
<style>
span { border-color: #31573D; }
span { border-color: rgb(49,87,61); }
td.TdClassName
{
border-color: #31573D;
}
.TagClassName
{
border-color: #31573D;
}
</style>