Shades of Goblin #315541
Tints of Goblin #315541
RGB
CMYK
RGB Variations
Color information
#315541 (or 0x315541) is known color: Goblin. HEX triplet: 31, 55 and 41. RGB value is (49,85,65). Sum of RGB (Red+Green+Blue) = 49+85+65=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #315541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315541 is #CEAABE. Grayscale: #484848. Windows color (decimal): -13544127 or 4281649. OLE color: 4281649.
HSL color Cylindrical-coordinate representation of color #315541: hue angle of 146.67º 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 #315541 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 85 | 65 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.67 |
| HSL | 146.67º | 0.27% | 0.26% | - |
| HSV(B) | 146.67º | 0.42% | 0.33% | - |
| XYZ | 5.47 | 7.53 | 6.17 | - |
| YUV | 71.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 65 | 0.42 | 0 | 0.24 | 0.67 | 146.67 | 0.27 | 0.26 |
| Hex | 31 | 55 | 41 | 2A | 0 | 18 | 43 | 93 | 1B | 1A |
| Octal | 61 | 125 | 101 | 52 | 0 | 30 | 103 | 223 | 33 | 32 |
| Binary | 110001 | 1010101 | 1000001 | 101010 | 0 | 11000 | 1000011 | 10010011 | 11011 | 11010 |
Color Harmonies of #315541
Complementary color
Monochromatic Colors of #315541
Black with #315541
Text Example
Text Example
White with #315541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315541; }
p { color: rgb(49,85,65); }
H1.HeaderClassName
{
color: #315541;
}
.AnyTagClassName
{
color: #315541;
}
</style>
background-color css
<style>
a { background-color: #315541; }
a { background-color: rgb(49,85,65); }
div.DivClassName
{
background-color: #315541;
}
.BgClassName
{
background-color: #315541;
}
</style>
border-color css
<style>
span { border-color: #315541; }
span { border-color: rgb(49,85,65); }
td.TdClassName
{
border-color: #315541;
}
.TagClassName
{
border-color: #315541;
}
</style>