Shades of Trendy Green #85822C
Tints of Trendy Green #85822C
RGB
CMYK
RGB Variations
Color information
#85822C (or 0x85822C) is known color: Trendy Green. HEX triplet: 85, 82 and 2C. RGB value is (133,130,44). Sum of RGB (Red+Green+Blue) = 133+130+44=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85822C is #7A7DD3. Grayscale: #797979. Windows color (decimal): -8027604 or 2916997. OLE color: 2916997.
HSL color Cylindrical-coordinate representation of color #85822C: hue angle of 57.98º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85822C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 44 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.48 |
| HSL | 57.98º | 0.5% | 0.35% | - |
| HSV(B) | 57.98º | 0.67% | 0.52% | - |
| XYZ | 18.11 | 21.13 | 5.51 | - |
| YUV | 121.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 44 | 0 | 0.02 | 0.67 | 0.48 | 57.98 | 0.5 | 0.35 |
| Hex | 85 | 82 | 2C | 0 | 2 | 43 | 30 | 3A | 32 | 23 |
| Octal | 205 | 202 | 54 | 0 | 2 | 103 | 60 | 72 | 62 | 43 |
| Binary | 10000101 | 10000010 | 101100 | 0 | 10 | 1000011 | 110000 | 111010 | 110010 | 100011 |
Color Harmonies of #85822C
Complementary color
Monochromatic Colors of #85822C
Black with #85822C
Text Example
Text Example
White with #85822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85822C; }
p { color: rgb(133,130,44); }
H1.HeaderClassName
{
color: #85822C;
}
.AnyTagClassName
{
color: #85822C;
}
</style>
background-color css
<style>
a { background-color: #85822C; }
a { background-color: rgb(133,130,44); }
div.DivClassName
{
background-color: #85822C;
}
.BgClassName
{
background-color: #85822C;
}
</style>
border-color css
<style>
span { border-color: #85822C; }
span { border-color: rgb(133,130,44); }
td.TdClassName
{
border-color: #85822C;
}
.TagClassName
{
border-color: #85822C;
}
</style>