Shades of Trendy Green #858321
Tints of Trendy Green #858321
RGB
CMYK
RGB Variations
Color information
#858321 (or 0x858321) is known color: Trendy Green. HEX triplet: 85, 83 and 21. RGB value is (133,131,33). Sum of RGB (Red+Green+Blue) = 133+131+33=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #858321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858321 is #7A7CDE. Grayscale: #787878. Windows color (decimal): -8027359 or 2196357. OLE color: 2196357.
HSL color Cylindrical-coordinate representation of color #858321: hue angle of 58.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #858321 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 131 | 33 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.48 |
| HSL | 58.8º | 0.6% | 0.33% | - |
| HSV(B) | 58.8º | 0.75% | 0.52% | - |
| XYZ | 18.06 | 21.33 | 4.6 | - |
| YUV | 120.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 33 | 0 | 0.02 | 0.75 | 0.48 | 58.8 | 0.6 | 0.33 |
| Hex | 85 | 83 | 21 | 0 | 2 | 4B | 30 | 3B | 3C | 21 |
| Octal | 205 | 203 | 41 | 0 | 2 | 113 | 60 | 73 | 74 | 41 |
| Binary | 10000101 | 10000011 | 100001 | 0 | 10 | 1001011 | 110000 | 111011 | 111100 | 100001 |
Color Harmonies of #858321
Complementary color
Monochromatic Colors of #858321
Black with #858321
Text Example
Text Example
White with #858321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858321; }
p { color: rgb(133,131,33); }
H1.HeaderClassName
{
color: #858321;
}
.AnyTagClassName
{
color: #858321;
}
</style>
background-color css
<style>
a { background-color: #858321; }
a { background-color: rgb(133,131,33); }
div.DivClassName
{
background-color: #858321;
}
.BgClassName
{
background-color: #858321;
}
</style>
border-color css
<style>
span { border-color: #858321; }
span { border-color: rgb(133,131,33); }
td.TdClassName
{
border-color: #858321;
}
.TagClassName
{
border-color: #858321;
}
</style>