Shades of Goblin #315039
Tints of Goblin #315039
RGB
CMYK
RGB Variations
Color information
#315039 (or 0x315039) is known color: Goblin. HEX triplet: 31, 50 and 39. RGB value is (49,80,57). Sum of RGB (Red+Green+Blue) = 49+80+57=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #315039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315039 is #CEAFC6. Grayscale: #444444. Windows color (decimal): -13545415 or 3756081. OLE color: 3756081.
HSL color Cylindrical-coordinate representation of color #315039: hue angle of 135.48º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #315039 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 57 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.69 |
| HSL | 135.48º | 0.24% | 0.25% | - |
| HSV(B) | 135.48º | 0.39% | 0.31% | - |
| XYZ | 4.87 | 6.69 | 4.9 | - |
| YUV | 68.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 57 | 0.39 | 0 | 0.29 | 0.69 | 135.48 | 0.24 | 0.25 |
| Hex | 31 | 50 | 39 | 27 | 0 | 1D | 45 | 87 | 18 | 19 |
| Octal | 61 | 120 | 71 | 47 | 0 | 35 | 105 | 207 | 30 | 31 |
| Binary | 110001 | 1010000 | 111001 | 100111 | 0 | 11101 | 1000101 | 10000111 | 11000 | 11001 |
Color Harmonies of #315039
Complementary color
Monochromatic Colors of #315039
Black with #315039
Text Example
Text Example
White with #315039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315039; }
p { color: rgb(49,80,57); }
H1.HeaderClassName
{
color: #315039;
}
.AnyTagClassName
{
color: #315039;
}
</style>
background-color css
<style>
a { background-color: #315039; }
a { background-color: rgb(49,80,57); }
div.DivClassName
{
background-color: #315039;
}
.BgClassName
{
background-color: #315039;
}
</style>
border-color css
<style>
span { border-color: #315039; }
span { border-color: rgb(49,80,57); }
td.TdClassName
{
border-color: #315039;
}
.TagClassName
{
border-color: #315039;
}
</style>