Shades of Goblin #315D3D
Tints of Goblin #315D3D
RGB
CMYK
RGB Variations
Color information
#315D3D (or 0x315D3D) is known color: Goblin. HEX triplet: 31, 5D and 3D. RGB value is (49,93,61). Sum of RGB (Red+Green+Blue) = 49+93+61=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #315D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D3D is #CEA2C2. Grayscale: #4C4C4C. Windows color (decimal): -13542083 or 4021553. OLE color: 4021553.
HSL color Cylindrical-coordinate representation of color #315D3D: hue angle of 136.36º 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 #315D3D is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 93 | 61 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.64 |
| HSL | 136.36º | 0.31% | 0.28% | - |
| HSV(B) | 136.36º | 0.47% | 0.36% | - |
| XYZ | 6.02 | 8.82 | 5.8 | - |
| YUV | 76.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 61 | 0.47 | 0 | 0.34 | 0.64 | 136.36 | 0.31 | 0.28 |
| Hex | 31 | 5D | 3D | 2F | 0 | 22 | 40 | 88 | 1F | 1C |
| Octal | 61 | 135 | 75 | 57 | 0 | 42 | 100 | 210 | 37 | 34 |
| Binary | 110001 | 1011101 | 111101 | 101111 | 0 | 100010 | 1000000 | 10001000 | 11111 | 11100 |
Color Harmonies of #315D3D
Complementary color
Monochromatic Colors of #315D3D
Black with #315D3D
Text Example
Text Example
White with #315D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D3D; }
p { color: rgb(49,93,61); }
H1.HeaderClassName
{
color: #315D3D;
}
.AnyTagClassName
{
color: #315D3D;
}
</style>
background-color css
<style>
a { background-color: #315D3D; }
a { background-color: rgb(49,93,61); }
div.DivClassName
{
background-color: #315D3D;
}
.BgClassName
{
background-color: #315D3D;
}
</style>
border-color css
<style>
span { border-color: #315D3D; }
span { border-color: rgb(49,93,61); }
td.TdClassName
{
border-color: #315D3D;
}
.TagClassName
{
border-color: #315D3D;
}
</style>