Shades of Goblin #315C3F
Tints of Goblin #315C3F
RGB
CMYK
RGB Variations
Color information
#315C3F (or 0x315C3F) is known color: Goblin. HEX triplet: 31, 5C and 3F. RGB value is (49,92,63). Sum of RGB (Red+Green+Blue) = 49+92+63=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #315C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C3F is #CEA3C0. Grayscale: #4B4B4B. Windows color (decimal): -13542337 or 4152369. OLE color: 4152369.
HSL color Cylindrical-coordinate representation of color #315C3F: hue angle of 139.53º 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 #315C3F is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 63 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.64 |
| HSL | 139.53º | 0.3% | 0.28% | - |
| HSV(B) | 139.53º | 0.47% | 0.36% | - |
| XYZ | 5.99 | 8.67 | 6.06 | - |
| YUV | 75.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 63 | 0.47 | 0 | 0.32 | 0.64 | 139.53 | 0.3 | 0.28 |
| Hex | 31 | 5C | 3F | 2F | 0 | 20 | 40 | 8C | 1E | 1C |
| Octal | 61 | 134 | 77 | 57 | 0 | 40 | 100 | 214 | 36 | 34 |
| Binary | 110001 | 1011100 | 111111 | 101111 | 0 | 100000 | 1000000 | 10001100 | 11110 | 11100 |
Color Harmonies of #315C3F
Complementary color
Monochromatic Colors of #315C3F
Black with #315C3F
Text Example
Text Example
White with #315C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C3F; }
p { color: rgb(49,92,63); }
H1.HeaderClassName
{
color: #315C3F;
}
.AnyTagClassName
{
color: #315C3F;
}
</style>
background-color css
<style>
a { background-color: #315C3F; }
a { background-color: rgb(49,92,63); }
div.DivClassName
{
background-color: #315C3F;
}
.BgClassName
{
background-color: #315C3F;
}
</style>
border-color css
<style>
span { border-color: #315C3F; }
span { border-color: rgb(49,92,63); }
td.TdClassName
{
border-color: #315C3F;
}
.TagClassName
{
border-color: #315C3F;
}
</style>