Shades of Trendy Green #838131
Tints of Trendy Green #838131
RGB
CMYK
RGB Variations
Color information
#838131 (or 0x838131) is known color: Trendy Green. HEX triplet: 83, 81 and 31. RGB value is (131,129,49). Sum of RGB (Red+Green+Blue) = 131+129+49=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #838131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838131 is #7C7ECE. Grayscale: #787878. Windows color (decimal): -8158927 or 3244419. OLE color: 3244419.
HSL color Cylindrical-coordinate representation of color #838131: hue angle of 58.54º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #838131 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 49 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.49 |
| HSL | 58.54º | 0.46% | 0.35% | - |
| HSV(B) | 58.54º | 0.63% | 0.51% | - |
| XYZ | 17.76 | 20.75 | 5.97 | - |
| YUV | 120.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 49 | 0 | 0.02 | 0.63 | 0.49 | 58.54 | 0.46 | 0.35 |
| Hex | 83 | 81 | 31 | 0 | 2 | 3F | 31 | 3B | 2E | 23 |
| Octal | 203 | 201 | 61 | 0 | 2 | 77 | 61 | 73 | 56 | 43 |
| Binary | 10000011 | 10000001 | 110001 | 0 | 10 | 111111 | 110001 | 111011 | 101110 | 100011 |
Color Harmonies of #838131
Complementary color
Monochromatic Colors of #838131
Black with #838131
Text Example
Text Example
White with #838131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838131; }
p { color: rgb(131,129,49); }
H1.HeaderClassName
{
color: #838131;
}
.AnyTagClassName
{
color: #838131;
}
</style>
background-color css
<style>
a { background-color: #838131; }
a { background-color: rgb(131,129,49); }
div.DivClassName
{
background-color: #838131;
}
.BgClassName
{
background-color: #838131;
}
</style>
border-color css
<style>
span { border-color: #838131; }
span { border-color: rgb(131,129,49); }
td.TdClassName
{
border-color: #838131;
}
.TagClassName
{
border-color: #838131;
}
</style>