Shades of Trendy Green #858231
Tints of Trendy Green #858231
RGB
CMYK
RGB Variations
Color information
#858231 (or 0x858231) is known color: Trendy Green. HEX triplet: 85, 82 and 31. RGB value is (133,130,49). Sum of RGB (Red+Green+Blue) = 133+130+49=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #858231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858231 is #7A7DCE. Grayscale: #797979. Windows color (decimal): -8027599 or 3244677. OLE color: 3244677.
HSL color Cylindrical-coordinate representation of color #858231: hue angle of 57.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #858231 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 49 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.48 |
| HSL | 57.86º | 0.46% | 0.36% | - |
| HSV(B) | 57.86º | 0.63% | 0.52% | - |
| XYZ | 18.21 | 21.17 | 6.03 | - |
| YUV | 121.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 49 | 0 | 0.02 | 0.63 | 0.48 | 57.86 | 0.46 | 0.36 |
| Hex | 85 | 82 | 31 | 0 | 2 | 3F | 30 | 3A | 2E | 24 |
| Octal | 205 | 202 | 61 | 0 | 2 | 77 | 60 | 72 | 56 | 44 |
| Binary | 10000101 | 10000010 | 110001 | 0 | 10 | 111111 | 110000 | 111010 | 101110 | 100100 |
Color Harmonies of #858231
Complementary color
Monochromatic Colors of #858231
Black with #858231
Text Example
Text Example
White with #858231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858231; }
p { color: rgb(133,130,49); }
H1.HeaderClassName
{
color: #858231;
}
.AnyTagClassName
{
color: #858231;
}
</style>
background-color css
<style>
a { background-color: #858231; }
a { background-color: rgb(133,130,49); }
div.DivClassName
{
background-color: #858231;
}
.BgClassName
{
background-color: #858231;
}
</style>
border-color css
<style>
span { border-color: #858231; }
span { border-color: rgb(133,130,49); }
td.TdClassName
{
border-color: #858231;
}
.TagClassName
{
border-color: #858231;
}
</style>