Shades of Goblin #31543F
Tints of Goblin #31543F
RGB
CMYK
RGB Variations
Color information
#31543F (or 0x31543F) is known color: Goblin. HEX triplet: 31, 54 and 3F. RGB value is (49,84,63). Sum of RGB (Red+Green+Blue) = 49+84+63=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #31543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31543F is #CEABC0. Grayscale: #474747. Windows color (decimal): -13544385 or 4150321. OLE color: 4150321.
HSL color Cylindrical-coordinate representation of color #31543F: hue angle of 144º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31543F is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 63 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.67 |
| HSL | 144º | 0.26% | 0.26% | - |
| HSV(B) | 144º | 0.42% | 0.33% | - |
| XYZ | 5.33 | 7.35 | 5.84 | - |
| YUV | 71.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 63 | 0.42 | 0 | 0.25 | 0.67 | 144 | 0.26 | 0.26 |
| Hex | 31 | 54 | 3F | 2A | 0 | 19 | 43 | 90 | 1A | 1A |
| Octal | 61 | 124 | 77 | 52 | 0 | 31 | 103 | 220 | 32 | 32 |
| Binary | 110001 | 1010100 | 111111 | 101010 | 0 | 11001 | 1000011 | 10010000 | 11010 | 11010 |
Color Harmonies of #31543F
Complementary color
Monochromatic Colors of #31543F
Black with #31543F
Text Example
Text Example
White with #31543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31543F; }
p { color: rgb(49,84,63); }
H1.HeaderClassName
{
color: #31543F;
}
.AnyTagClassName
{
color: #31543F;
}
</style>
background-color css
<style>
a { background-color: #31543F; }
a { background-color: rgb(49,84,63); }
div.DivClassName
{
background-color: #31543F;
}
.BgClassName
{
background-color: #31543F;
}
</style>
border-color css
<style>
span { border-color: #31543F; }
span { border-color: rgb(49,84,63); }
td.TdClassName
{
border-color: #31543F;
}
.TagClassName
{
border-color: #31543F;
}
</style>