Shades of Goblin #315D3F
Tints of Goblin #315D3F
RGB
CMYK
RGB Variations
Color information
#315D3F (or 0x315D3F) is known color: Goblin. HEX triplet: 31, 5D and 3F. RGB value is (49,93,63). Sum of RGB (Red+Green+Blue) = 49+93+63=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #315D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D3F is #CEA2C0. Grayscale: #4C4C4C. Windows color (decimal): -13542081 or 4152625. OLE color: 4152625.
HSL color Cylindrical-coordinate representation of color #315D3F: hue angle of 139.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D3F is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 93 | 63 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.64 |
| HSL | 139.09º | 0.31% | 0.28% | - |
| HSV(B) | 139.09º | 0.47% | 0.36% | - |
| XYZ | 6.08 | 8.84 | 6.09 | - |
| YUV | 76.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 63 | 0.47 | 0 | 0.32 | 0.64 | 139.09 | 0.31 | 0.28 |
| Hex | 31 | 5D | 3F | 2F | 0 | 20 | 40 | 8B | 1F | 1C |
| Octal | 61 | 135 | 77 | 57 | 0 | 40 | 100 | 213 | 37 | 34 |
| Binary | 110001 | 1011101 | 111111 | 101111 | 0 | 100000 | 1000000 | 10001011 | 11111 | 11100 |
Color Harmonies of #315D3F
Complementary color
Monochromatic Colors of #315D3F
Black with #315D3F
Text Example
Text Example
White with #315D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D3F; }
p { color: rgb(49,93,63); }
H1.HeaderClassName
{
color: #315D3F;
}
.AnyTagClassName
{
color: #315D3F;
}
</style>
background-color css
<style>
a { background-color: #315D3F; }
a { background-color: rgb(49,93,63); }
div.DivClassName
{
background-color: #315D3F;
}
.BgClassName
{
background-color: #315D3F;
}
</style>
border-color css
<style>
span { border-color: #315D3F; }
span { border-color: rgb(49,93,63); }
td.TdClassName
{
border-color: #315D3F;
}
.TagClassName
{
border-color: #315D3F;
}
</style>