Shades of Goblin #315C41
Tints of Goblin #315C41
RGB
CMYK
RGB Variations
Color information
#315C41 (or 0x315C41) is known color: Goblin. HEX triplet: 31, 5C and 41. RGB value is (49,92,65). Sum of RGB (Red+Green+Blue) = 49+92+65=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #315C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C41 is #CEA3BE. Grayscale: #4C4C4C. Windows color (decimal): -13542335 or 4283441. OLE color: 4283441.
HSL color Cylindrical-coordinate representation of color #315C41: hue angle of 142.33º 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 #315C41 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 65 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.64 |
| HSL | 142.33º | 0.3% | 0.28% | - |
| HSV(B) | 142.33º | 0.47% | 0.36% | - |
| XYZ | 6.05 | 8.69 | 6.36 | - |
| YUV | 76.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 65 | 0.47 | 0 | 0.29 | 0.64 | 142.33 | 0.3 | 0.28 |
| Hex | 31 | 5C | 41 | 2F | 0 | 1D | 40 | 8E | 1E | 1C |
| Octal | 61 | 134 | 101 | 57 | 0 | 35 | 100 | 216 | 36 | 34 |
| Binary | 110001 | 1011100 | 1000001 | 101111 | 0 | 11101 | 1000000 | 10001110 | 11110 | 11100 |
Color Harmonies of #315C41
Complementary color
Monochromatic Colors of #315C41
Black with #315C41
Text Example
Text Example
White with #315C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C41; }
p { color: rgb(49,92,65); }
H1.HeaderClassName
{
color: #315C41;
}
.AnyTagClassName
{
color: #315C41;
}
</style>
background-color css
<style>
a { background-color: #315C41; }
a { background-color: rgb(49,92,65); }
div.DivClassName
{
background-color: #315C41;
}
.BgClassName
{
background-color: #315C41;
}
</style>
border-color css
<style>
span { border-color: #315C41; }
span { border-color: rgb(49,92,65); }
td.TdClassName
{
border-color: #315C41;
}
.TagClassName
{
border-color: #315C41;
}
</style>