Shades of Goblin #315C40
Tints of Goblin #315C40
RGB
CMYK
RGB Variations
Color information
#315C40 (or 0x315C40) is known color: Goblin. HEX triplet: 31, 5C and 40. RGB value is (49,92,64). Sum of RGB (Red+Green+Blue) = 49+92+64=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #315C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C40 is #CEA3BF. Grayscale: #4C4C4C. Windows color (decimal): -13542336 or 4217905. OLE color: 4217905.
HSL color Cylindrical-coordinate representation of color #315C40: hue angle of 140.93º degrees, saturation: 0.3, 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 #315C40 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 64 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.64 |
| HSL | 140.93º | 0.3% | 0.28% | - |
| HSV(B) | 140.93º | 0.47% | 0.36% | - |
| XYZ | 6.02 | 8.68 | 6.21 | - |
| YUV | 75.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 64 | 0.47 | 0 | 0.30 | 0.64 | 140.93 | 0.3 | 0.28 |
| Hex | 31 | 5C | 40 | 2F | 0 | 1E | 40 | 8D | 1E | 1C |
| Octal | 61 | 134 | 100 | 57 | 0 | 36 | 100 | 215 | 36 | 34 |
| Binary | 110001 | 1011100 | 1000000 | 101111 | 0 | 11110 | 1000000 | 10001101 | 11110 | 11100 |
Color Harmonies of #315C40
Complementary color
Monochromatic Colors of #315C40
Black with #315C40
Text Example
Text Example
White with #315C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C40; }
p { color: rgb(49,92,64); }
H1.HeaderClassName
{
color: #315C40;
}
.AnyTagClassName
{
color: #315C40;
}
</style>
background-color css
<style>
a { background-color: #315C40; }
a { background-color: rgb(49,92,64); }
div.DivClassName
{
background-color: #315C40;
}
.BgClassName
{
background-color: #315C40;
}
</style>
border-color css
<style>
span { border-color: #315C40; }
span { border-color: rgb(49,92,64); }
td.TdClassName
{
border-color: #315C40;
}
.TagClassName
{
border-color: #315C40;
}
</style>