Shades of Goblin #315238
Tints of Goblin #315238
RGB
CMYK
RGB Variations
Color information
#315238 (or 0x315238) is known color: Goblin. HEX triplet: 31, 52 and 38. RGB value is (49,82,56). Sum of RGB (Red+Green+Blue) = 49+82+56=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #315238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315238 is #CEADC7. Grayscale: #454545. Windows color (decimal): -13544904 or 3691057. OLE color: 3691057.
HSL color Cylindrical-coordinate representation of color #315238: hue angle of 132.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315238 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 56 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.68 |
| HSL | 132.73º | 0.25% | 0.26% | - |
| HSV(B) | 132.73º | 0.4% | 0.32% | - |
| XYZ | 5 | 6.97 | 4.82 | - |
| YUV | 69.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 56 | 0.40 | 0 | 0.32 | 0.68 | 132.73 | 0.25 | 0.26 |
| Hex | 31 | 52 | 38 | 28 | 0 | 20 | 44 | 85 | 19 | 1A |
| Octal | 61 | 122 | 70 | 50 | 0 | 40 | 104 | 205 | 31 | 32 |
| Binary | 110001 | 1010010 | 111000 | 101000 | 0 | 100000 | 1000100 | 10000101 | 11001 | 11010 |
Color Harmonies of #315238
Complementary color
Monochromatic Colors of #315238
Black with #315238
Text Example
Text Example
White with #315238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315238; }
p { color: rgb(49,82,56); }
H1.HeaderClassName
{
color: #315238;
}
.AnyTagClassName
{
color: #315238;
}
</style>
background-color css
<style>
a { background-color: #315238; }
a { background-color: rgb(49,82,56); }
div.DivClassName
{
background-color: #315238;
}
.BgClassName
{
background-color: #315238;
}
</style>
border-color css
<style>
span { border-color: #315238; }
span { border-color: rgb(49,82,56); }
td.TdClassName
{
border-color: #315238;
}
.TagClassName
{
border-color: #315238;
}
</style>