Shades of Trendy Green #85832C
Tints of Trendy Green #85832C
RGB
CMYK
RGB Variations
Color information
#85832C (or 0x85832C) is known color: Trendy Green. HEX triplet: 85, 83 and 2C. RGB value is (133,131,44). Sum of RGB (Red+Green+Blue) = 133+131+44=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85832C is #7A7CD3. Grayscale: #7A7A7A. Windows color (decimal): -8027348 or 2917253. OLE color: 2917253.
HSL color Cylindrical-coordinate representation of color #85832C: hue angle of 58.65º 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 #85832C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 131 | 44 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.48 |
| HSL | 58.65º | 0.5% | 0.35% | - |
| HSV(B) | 58.65º | 0.67% | 0.52% | - |
| XYZ | 18.24 | 21.4 | 5.55 | - |
| YUV | 121.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 44 | 0 | 0.02 | 0.67 | 0.48 | 58.65 | 0.5 | 0.35 |
| Hex | 85 | 83 | 2C | 0 | 2 | 43 | 30 | 3B | 32 | 23 |
| Octal | 205 | 203 | 54 | 0 | 2 | 103 | 60 | 73 | 62 | 43 |
| Binary | 10000101 | 10000011 | 101100 | 0 | 10 | 1000011 | 110000 | 111011 | 110010 | 100011 |
Color Harmonies of #85832C
Complementary color
Monochromatic Colors of #85832C
Black with #85832C
Text Example
Text Example
White with #85832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85832C; }
p { color: rgb(133,131,44); }
H1.HeaderClassName
{
color: #85832C;
}
.AnyTagClassName
{
color: #85832C;
}
</style>
background-color css
<style>
a { background-color: #85832C; }
a { background-color: rgb(133,131,44); }
div.DivClassName
{
background-color: #85832C;
}
.BgClassName
{
background-color: #85832C;
}
</style>
border-color css
<style>
span { border-color: #85832C; }
span { border-color: rgb(133,131,44); }
td.TdClassName
{
border-color: #85832C;
}
.TagClassName
{
border-color: #85832C;
}
</style>