Shades of Goblin #31573B
Tints of Goblin #31573B
RGB
CMYK
RGB Variations
Color information
#31573B (or 0x31573B) is known color: Goblin. HEX triplet: 31, 57 and 3B. RGB value is (49,87,59). Sum of RGB (Red+Green+Blue) = 49+87+59=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #31573B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31573B is #CEA8C4. Grayscale: #484848. Windows color (decimal): -13543621 or 3888945. OLE color: 3888945.
HSL color Cylindrical-coordinate representation of color #31573B: hue angle of 135.79º 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 #31573B is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 87 | 59 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.66 |
| HSL | 135.79º | 0.28% | 0.27% | - |
| HSV(B) | 135.79º | 0.44% | 0.34% | - |
| XYZ | 5.46 | 7.79 | 5.35 | - |
| YUV | 72.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 59 | 0.44 | 0 | 0.32 | 0.66 | 135.79 | 0.28 | 0.27 |
| Hex | 31 | 57 | 3B | 2C | 0 | 20 | 42 | 88 | 1C | 1B |
| Octal | 61 | 127 | 73 | 54 | 0 | 40 | 102 | 210 | 34 | 33 |
| Binary | 110001 | 1010111 | 111011 | 101100 | 0 | 100000 | 1000010 | 10001000 | 11100 | 11011 |
Color Harmonies of #31573B
Complementary color
Monochromatic Colors of #31573B
Black with #31573B
Text Example
Text Example
White with #31573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31573B; }
p { color: rgb(49,87,59); }
H1.HeaderClassName
{
color: #31573B;
}
.AnyTagClassName
{
color: #31573B;
}
</style>
background-color css
<style>
a { background-color: #31573B; }
a { background-color: rgb(49,87,59); }
div.DivClassName
{
background-color: #31573B;
}
.BgClassName
{
background-color: #31573B;
}
</style>
border-color css
<style>
span { border-color: #31573B; }
span { border-color: rgb(49,87,59); }
td.TdClassName
{
border-color: #31573B;
}
.TagClassName
{
border-color: #31573B;
}
</style>