Shades of Trendy Green #848131
Tints of Trendy Green #848131
RGB
CMYK
RGB Variations
Color information
#848131 (or 0x848131) is known color: Trendy Green. HEX triplet: 84, 81 and 31. RGB value is (132,129,49). Sum of RGB (Red+Green+Blue) = 132+129+49=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #848131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848131 is #7B7ECE. Grayscale: #797979. Windows color (decimal): -8093391 or 3244420. OLE color: 3244420.
HSL color Cylindrical-coordinate representation of color #848131: hue angle of 57.83º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #848131 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 49 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.48 |
| HSL | 57.83º | 0.46% | 0.35% | - |
| HSV(B) | 57.83º | 0.63% | 0.52% | - |
| XYZ | 17.92 | 20.83 | 5.98 | - |
| YUV | 120.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 49 | 0 | 0.02 | 0.63 | 0.48 | 57.83 | 0.46 | 0.35 |
| Hex | 84 | 81 | 31 | 0 | 2 | 3F | 30 | 3A | 2E | 23 |
| Octal | 204 | 201 | 61 | 0 | 2 | 77 | 60 | 72 | 56 | 43 |
| Binary | 10000100 | 10000001 | 110001 | 0 | 10 | 111111 | 110000 | 111010 | 101110 | 100011 |
Color Harmonies of #848131
Complementary color
Monochromatic Colors of #848131
Black with #848131
Text Example
Text Example
White with #848131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848131; }
p { color: rgb(132,129,49); }
H1.HeaderClassName
{
color: #848131;
}
.AnyTagClassName
{
color: #848131;
}
</style>
background-color css
<style>
a { background-color: #848131; }
a { background-color: rgb(132,129,49); }
div.DivClassName
{
background-color: #848131;
}
.BgClassName
{
background-color: #848131;
}
</style>
border-color css
<style>
span { border-color: #848131; }
span { border-color: rgb(132,129,49); }
td.TdClassName
{
border-color: #848131;
}
.TagClassName
{
border-color: #848131;
}
</style>