Shades of Trendy Green #858031
Tints of Trendy Green #858031
RGB
CMYK
RGB Variations
Color information
#858031 (or 0x858031) is known color: Trendy Green. HEX triplet: 85, 80 and 31. RGB value is (133,128,49). Sum of RGB (Red+Green+Blue) = 133+128+49=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #858031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858031 is #7A7FCE. Grayscale: #787878. Windows color (decimal): -8028111 or 3244165. OLE color: 3244165.
HSL color Cylindrical-coordinate representation of color #858031: hue angle of 56.43º 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 #858031 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 49 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.48 |
| HSL | 56.43º | 0.46% | 0.36% | - |
| HSV(B) | 56.43º | 0.63% | 0.52% | - |
| XYZ | 17.95 | 20.65 | 5.95 | - |
| YUV | 120.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 49 | 0 | 0.04 | 0.63 | 0.48 | 56.43 | 0.46 | 0.36 |
| Hex | 85 | 80 | 31 | 0 | 4 | 3F | 30 | 38 | 2E | 24 |
| Octal | 205 | 200 | 61 | 0 | 4 | 77 | 60 | 70 | 56 | 44 |
| Binary | 10000101 | 10000000 | 110001 | 0 | 100 | 111111 | 110000 | 111000 | 101110 | 100100 |
Color Harmonies of #858031
Complementary color
Monochromatic Colors of #858031
Black with #858031
Text Example
Text Example
White with #858031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858031; }
p { color: rgb(133,128,49); }
H1.HeaderClassName
{
color: #858031;
}
.AnyTagClassName
{
color: #858031;
}
</style>
background-color css
<style>
a { background-color: #858031; }
a { background-color: rgb(133,128,49); }
div.DivClassName
{
background-color: #858031;
}
.BgClassName
{
background-color: #858031;
}
</style>
border-color css
<style>
span { border-color: #858031; }
span { border-color: rgb(133,128,49); }
td.TdClassName
{
border-color: #858031;
}
.TagClassName
{
border-color: #858031;
}
</style>