Shades of Trendy Green #84822D
Tints of Trendy Green #84822D
RGB
CMYK
RGB Variations
Color information
#84822D (or 0x84822D) is known color: Trendy Green. HEX triplet: 84, 82 and 2D. RGB value is (132,130,45). Sum of RGB (Red+Green+Blue) = 132+130+45=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84822D is #7B7DD2. Grayscale: #797979. Windows color (decimal): -8093139 or 2982532. OLE color: 2982532.
HSL color Cylindrical-coordinate representation of color #84822D: hue angle of 58.62º 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 #84822D is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 45 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.48 |
| HSL | 58.62º | 0.49% | 0.35% | - |
| HSV(B) | 58.62º | 0.66% | 0.52% | - |
| XYZ | 17.97 | 21.06 | 5.6 | - |
| YUV | 120.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 45 | 0 | 0.02 | 0.66 | 0.48 | 58.62 | 0.49 | 0.35 |
| Hex | 84 | 82 | 2D | 0 | 2 | 42 | 30 | 3B | 31 | 23 |
| Octal | 204 | 202 | 55 | 0 | 2 | 102 | 60 | 73 | 61 | 43 |
| Binary | 10000100 | 10000010 | 101101 | 0 | 10 | 1000010 | 110000 | 111011 | 110001 | 100011 |
Color Harmonies of #84822D
Complementary color
Monochromatic Colors of #84822D
Black with #84822D
Text Example
Text Example
White with #84822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84822D; }
p { color: rgb(132,130,45); }
H1.HeaderClassName
{
color: #84822D;
}
.AnyTagClassName
{
color: #84822D;
}
</style>
background-color css
<style>
a { background-color: #84822D; }
a { background-color: rgb(132,130,45); }
div.DivClassName
{
background-color: #84822D;
}
.BgClassName
{
background-color: #84822D;
}
</style>
border-color css
<style>
span { border-color: #84822D; }
span { border-color: rgb(132,130,45); }
td.TdClassName
{
border-color: #84822D;
}
.TagClassName
{
border-color: #84822D;
}
</style>