Shades of Goblin #315441
Tints of Goblin #315441
RGB
CMYK
RGB Variations
Color information
#315441 (or 0x315441) is known color: Goblin. HEX triplet: 31, 54 and 41. RGB value is (49,84,65). Sum of RGB (Red+Green+Blue) = 49+84+65=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #315441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315441 is #CEABBE. Grayscale: #474747. Windows color (decimal): -13544383 or 4281393. OLE color: 4281393.
HSL color Cylindrical-coordinate representation of color #315441: hue angle of 147.43º degrees, saturation: 0.26, 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 #315441 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 65 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.67 |
| HSL | 147.43º | 0.26% | 0.26% | - |
| HSV(B) | 147.43º | 0.42% | 0.33% | - |
| XYZ | 5.39 | 7.38 | 6.14 | - |
| YUV | 71.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 65 | 0.42 | 0 | 0.23 | 0.67 | 147.43 | 0.26 | 0.26 |
| Hex | 31 | 54 | 41 | 2A | 0 | 17 | 43 | 93 | 1A | 1A |
| Octal | 61 | 124 | 101 | 52 | 0 | 27 | 103 | 223 | 32 | 32 |
| Binary | 110001 | 1010100 | 1000001 | 101010 | 0 | 10111 | 1000011 | 10010011 | 11010 | 11010 |
Color Harmonies of #315441
Complementary color
Monochromatic Colors of #315441
Black with #315441
Text Example
Text Example
White with #315441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315441; }
p { color: rgb(49,84,65); }
H1.HeaderClassName
{
color: #315441;
}
.AnyTagClassName
{
color: #315441;
}
</style>
background-color css
<style>
a { background-color: #315441; }
a { background-color: rgb(49,84,65); }
div.DivClassName
{
background-color: #315441;
}
.BgClassName
{
background-color: #315441;
}
</style>
border-color css
<style>
span { border-color: #315441; }
span { border-color: rgb(49,84,65); }
td.TdClassName
{
border-color: #315441;
}
.TagClassName
{
border-color: #315441;
}
</style>