Shades of Goblin #31543A
Tints of Goblin #31543A
RGB
CMYK
RGB Variations
Color information
#31543A (or 0x31543A) is known color: Goblin. HEX triplet: 31, 54 and 3A. RGB value is (49,84,58). Sum of RGB (Red+Green+Blue) = 49+84+58=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #31543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31543A is #CEABC5. Grayscale: #464646. Windows color (decimal): -13544390 or 3822641. OLE color: 3822641.
HSL color Cylindrical-coordinate representation of color #31543A: hue angle of 135.43º 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 #31543A is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 58 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.67 |
| HSL | 135.43º | 0.26% | 0.26% | - |
| HSV(B) | 135.43º | 0.42% | 0.33% | - |
| XYZ | 5.2 | 7.3 | 5.14 | - |
| YUV | 70.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 58 | 0.42 | 0 | 0.31 | 0.67 | 135.43 | 0.26 | 0.26 |
| Hex | 31 | 54 | 3A | 2A | 0 | 1F | 43 | 87 | 1A | 1A |
| Octal | 61 | 124 | 72 | 52 | 0 | 37 | 103 | 207 | 32 | 32 |
| Binary | 110001 | 1010100 | 111010 | 101010 | 0 | 11111 | 1000011 | 10000111 | 11010 | 11010 |
Color Harmonies of #31543A
Complementary color
Monochromatic Colors of #31543A
Black with #31543A
Text Example
Text Example
White with #31543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31543A; }
p { color: rgb(49,84,58); }
H1.HeaderClassName
{
color: #31543A;
}
.AnyTagClassName
{
color: #31543A;
}
</style>
background-color css
<style>
a { background-color: #31543A; }
a { background-color: rgb(49,84,58); }
div.DivClassName
{
background-color: #31543A;
}
.BgClassName
{
background-color: #31543A;
}
</style>
border-color css
<style>
span { border-color: #31543A; }
span { border-color: rgb(49,84,58); }
td.TdClassName
{
border-color: #31543A;
}
.TagClassName
{
border-color: #31543A;
}
</style>