Shades of Trendy Green #858431
Tints of Trendy Green #858431
RGB
CMYK
RGB Variations
Color information
#858431 (or 0x858431) is known color: Trendy Green. HEX triplet: 85, 84 and 31. RGB value is (133,132,49). Sum of RGB (Red+Green+Blue) = 133+132+49=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #858431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858431 is #7A7BCE. Grayscale: #7B7B7B. Windows color (decimal): -8027087 or 3245189. OLE color: 3245189.
HSL color Cylindrical-coordinate representation of color #858431: hue angle of 59.29º 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 #858431 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 49 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.48 |
| HSL | 59.29º | 0.46% | 0.36% | - |
| HSV(B) | 59.29º | 0.63% | 0.52% | - |
| XYZ | 18.48 | 21.71 | 6.12 | - |
| YUV | 122.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 49 | 0 | 0.01 | 0.63 | 0.48 | 59.29 | 0.46 | 0.36 |
| Hex | 85 | 84 | 31 | 0 | 1 | 3F | 30 | 3B | 2E | 24 |
| Octal | 205 | 204 | 61 | 0 | 1 | 77 | 60 | 73 | 56 | 44 |
| Binary | 10000101 | 10000100 | 110001 | 0 | 1 | 111111 | 110000 | 111011 | 101110 | 100100 |
Color Harmonies of #858431
Complementary color
Monochromatic Colors of #858431
Black with #858431
Text Example
Text Example
White with #858431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858431; }
p { color: rgb(133,132,49); }
H1.HeaderClassName
{
color: #858431;
}
.AnyTagClassName
{
color: #858431;
}
</style>
background-color css
<style>
a { background-color: #858431; }
a { background-color: rgb(133,132,49); }
div.DivClassName
{
background-color: #858431;
}
.BgClassName
{
background-color: #858431;
}
</style>
border-color css
<style>
span { border-color: #858431; }
span { border-color: rgb(133,132,49); }
td.TdClassName
{
border-color: #858431;
}
.TagClassName
{
border-color: #858431;
}
</style>