Shades of Goblin #315137
Tints of Goblin #315137
RGB
CMYK
RGB Variations
Color information
#315137 (or 0x315137) is known color: Goblin. HEX triplet: 31, 51 and 37. RGB value is (49,81,55). Sum of RGB (Red+Green+Blue) = 49+81+55=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #315137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315137 is #CEAEC8. Grayscale: #444444. Windows color (decimal): -13545161 or 3625265. OLE color: 3625265.
HSL color Cylindrical-coordinate representation of color #315137: hue angle of 131.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315137 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 55 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.68 |
| HSL | 131.25º | 0.25% | 0.25% | - |
| HSV(B) | 131.25º | 0.4% | 0.32% | - |
| XYZ | 4.9 | 6.81 | 4.67 | - |
| YUV | 68.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 55 | 0.40 | 0 | 0.32 | 0.68 | 131.25 | 0.25 | 0.25 |
| Hex | 31 | 51 | 37 | 28 | 0 | 20 | 44 | 83 | 19 | 19 |
| Octal | 61 | 121 | 67 | 50 | 0 | 40 | 104 | 203 | 31 | 31 |
| Binary | 110001 | 1010001 | 110111 | 101000 | 0 | 100000 | 1000100 | 10000011 | 11001 | 11001 |
Color Harmonies of #315137
Complementary color
Monochromatic Colors of #315137
Black with #315137
Text Example
Text Example
White with #315137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315137; }
p { color: rgb(49,81,55); }
H1.HeaderClassName
{
color: #315137;
}
.AnyTagClassName
{
color: #315137;
}
</style>
background-color css
<style>
a { background-color: #315137; }
a { background-color: rgb(49,81,55); }
div.DivClassName
{
background-color: #315137;
}
.BgClassName
{
background-color: #315137;
}
</style>
border-color css
<style>
span { border-color: #315137; }
span { border-color: rgb(49,81,55); }
td.TdClassName
{
border-color: #315137;
}
.TagClassName
{
border-color: #315137;
}
</style>