Shades of Goblin #315341
Tints of Goblin #315341
RGB
CMYK
RGB Variations
Color information
#315341 (or 0x315341) is known color: Goblin. HEX triplet: 31, 53 and 41. RGB value is (49,83,65). Sum of RGB (Red+Green+Blue) = 49+83+65=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #315341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315341 is #CEACBE. Grayscale: #464646. Windows color (decimal): -13544639 or 4281137. OLE color: 4281137.
HSL color Cylindrical-coordinate representation of color #315341: hue angle of 148.24º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #315341 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 65 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.67 |
| HSL | 148.24º | 0.26% | 0.26% | - |
| HSV(B) | 148.24º | 0.41% | 0.33% | - |
| XYZ | 5.31 | 7.22 | 6.11 | - |
| YUV | 70.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 65 | 0.41 | 0 | 0.22 | 0.67 | 148.24 | 0.26 | 0.26 |
| Hex | 31 | 53 | 41 | 29 | 0 | 16 | 43 | 94 | 1A | 1A |
| Octal | 61 | 123 | 101 | 51 | 0 | 26 | 103 | 224 | 32 | 32 |
| Binary | 110001 | 1010011 | 1000001 | 101001 | 0 | 10110 | 1000011 | 10010100 | 11010 | 11010 |
Color Harmonies of #315341
Complementary color
Monochromatic Colors of #315341
Black with #315341
Text Example
Text Example
White with #315341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315341; }
p { color: rgb(49,83,65); }
H1.HeaderClassName
{
color: #315341;
}
.AnyTagClassName
{
color: #315341;
}
</style>
background-color css
<style>
a { background-color: #315341; }
a { background-color: rgb(49,83,65); }
div.DivClassName
{
background-color: #315341;
}
.BgClassName
{
background-color: #315341;
}
</style>
border-color css
<style>
span { border-color: #315341; }
span { border-color: rgb(49,83,65); }
td.TdClassName
{
border-color: #315341;
}
.TagClassName
{
border-color: #315341;
}
</style>