Shades of Goblin #31573C
Tints of Goblin #31573C
RGB
CMYK
RGB Variations
Color information
#31573C (or 0x31573C) is known color: Goblin. HEX triplet: 31, 57 and 3C. RGB value is (49,87,60). Sum of RGB (Red+Green+Blue) = 49+87+60=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #31573C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31573C is #CEA8C3. Grayscale: #484848. Windows color (decimal): -13543620 or 3954481. OLE color: 3954481.
HSL color Cylindrical-coordinate representation of color #31573C: hue angle of 137.37º 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 #31573C is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 87 | 60 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.66 |
| HSL | 137.37º | 0.28% | 0.27% | - |
| HSV(B) | 137.37º | 0.44% | 0.34% | - |
| XYZ | 5.49 | 7.8 | 5.49 | - |
| YUV | 72.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 60 | 0.44 | 0 | 0.31 | 0.66 | 137.37 | 0.28 | 0.27 |
| Hex | 31 | 57 | 3C | 2C | 0 | 1F | 42 | 89 | 1C | 1B |
| Octal | 61 | 127 | 74 | 54 | 0 | 37 | 102 | 211 | 34 | 33 |
| Binary | 110001 | 1010111 | 111100 | 101100 | 0 | 11111 | 1000010 | 10001001 | 11100 | 11011 |
Color Harmonies of #31573C
Complementary color
Monochromatic Colors of #31573C
Black with #31573C
Text Example
Text Example
White with #31573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31573C; }
p { color: rgb(49,87,60); }
H1.HeaderClassName
{
color: #31573C;
}
.AnyTagClassName
{
color: #31573C;
}
</style>
background-color css
<style>
a { background-color: #31573C; }
a { background-color: rgb(49,87,60); }
div.DivClassName
{
background-color: #31573C;
}
.BgClassName
{
background-color: #31573C;
}
</style>
border-color css
<style>
span { border-color: #31573C; }
span { border-color: rgb(49,87,60); }
td.TdClassName
{
border-color: #31573C;
}
.TagClassName
{
border-color: #31573C;
}
</style>