Shades of Goblin #315D3E
Tints of Goblin #315D3E
RGB
CMYK
RGB Variations
Color information
#315D3E (or 0x315D3E) is known color: Goblin. HEX triplet: 31, 5D and 3E. RGB value is (49,93,62). Sum of RGB (Red+Green+Blue) = 49+93+62=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #315D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D3E is #CEA2C1. Grayscale: #4C4C4C. Windows color (decimal): -13542082 or 4087089. OLE color: 4087089.
HSL color Cylindrical-coordinate representation of color #315D3E: hue angle of 137.73º 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 #315D3E is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 93 | 62 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.64 |
| HSL | 137.73º | 0.31% | 0.28% | - |
| HSV(B) | 137.73º | 0.47% | 0.36% | - |
| XYZ | 6.05 | 8.83 | 5.94 | - |
| YUV | 76.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 62 | 0.47 | 0 | 0.33 | 0.64 | 137.73 | 0.31 | 0.28 |
| Hex | 31 | 5D | 3E | 2F | 0 | 21 | 40 | 8A | 1F | 1C |
| Octal | 61 | 135 | 76 | 57 | 0 | 41 | 100 | 212 | 37 | 34 |
| Binary | 110001 | 1011101 | 111110 | 101111 | 0 | 100001 | 1000000 | 10001010 | 11111 | 11100 |
Color Harmonies of #315D3E
Complementary color
Monochromatic Colors of #315D3E
Black with #315D3E
Text Example
Text Example
White with #315D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D3E; }
p { color: rgb(49,93,62); }
H1.HeaderClassName
{
color: #315D3E;
}
.AnyTagClassName
{
color: #315D3E;
}
</style>
background-color css
<style>
a { background-color: #315D3E; }
a { background-color: rgb(49,93,62); }
div.DivClassName
{
background-color: #315D3E;
}
.BgClassName
{
background-color: #315D3E;
}
</style>
border-color css
<style>
span { border-color: #315D3E; }
span { border-color: rgb(49,93,62); }
td.TdClassName
{
border-color: #315D3E;
}
.TagClassName
{
border-color: #315D3E;
}
</style>