Shades of Trendy Green #85842D
Tints of Trendy Green #85842D
RGB
CMYK
RGB Variations
Color information
#85842D (or 0x85842D) is known color: Trendy Green. HEX triplet: 85, 84 and 2D. RGB value is (133,132,45). Sum of RGB (Red+Green+Blue) = 133+132+45=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85842D is #7A7BD2. Grayscale: #7A7A7A. Windows color (decimal): -8027091 or 2983045. OLE color: 2983045.
HSL color Cylindrical-coordinate representation of color #85842D: hue angle of 59.32º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85842D is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 45 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.48 |
| HSL | 59.32º | 0.49% | 0.35% | - |
| HSV(B) | 59.32º | 0.66% | 0.52% | - |
| XYZ | 18.4 | 21.68 | 5.7 | - |
| YUV | 122.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 45 | 0 | 0.01 | 0.66 | 0.48 | 59.32 | 0.49 | 0.35 |
| Hex | 85 | 84 | 2D | 0 | 1 | 42 | 30 | 3B | 31 | 23 |
| Octal | 205 | 204 | 55 | 0 | 1 | 102 | 60 | 73 | 61 | 43 |
| Binary | 10000101 | 10000100 | 101101 | 0 | 1 | 1000010 | 110000 | 111011 | 110001 | 100011 |
Color Harmonies of #85842D
Complementary color
Monochromatic Colors of #85842D
Black with #85842D
Text Example
Text Example
White with #85842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85842D; }
p { color: rgb(133,132,45); }
H1.HeaderClassName
{
color: #85842D;
}
.AnyTagClassName
{
color: #85842D;
}
</style>
background-color css
<style>
a { background-color: #85842D; }
a { background-color: rgb(133,132,45); }
div.DivClassName
{
background-color: #85842D;
}
.BgClassName
{
background-color: #85842D;
}
</style>
border-color css
<style>
span { border-color: #85842D; }
span { border-color: rgb(133,132,45); }
td.TdClassName
{
border-color: #85842D;
}
.TagClassName
{
border-color: #85842D;
}
</style>