Shades of Trendy Green #84832D
Tints of Trendy Green #84832D
RGB
CMYK
RGB Variations
Color information
#84832D (or 0x84832D) is known color: Trendy Green. HEX triplet: 84, 83 and 2D. RGB value is (132,131,45). Sum of RGB (Red+Green+Blue) = 132+131+45=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84832D is #7B7CD2. Grayscale: #797979. Windows color (decimal): -8092883 or 2982788. OLE color: 2982788.
HSL color Cylindrical-coordinate representation of color #84832D: hue angle of 59.31º 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 #84832D is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 45 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.48 |
| HSL | 59.31º | 0.49% | 0.35% | - |
| HSV(B) | 59.31º | 0.66% | 0.52% | - |
| XYZ | 18.11 | 21.33 | 5.64 | - |
| YUV | 121.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 45 | 0 | 0.01 | 0.66 | 0.48 | 59.31 | 0.49 | 0.35 |
| Hex | 84 | 83 | 2D | 0 | 1 | 42 | 30 | 3B | 31 | 23 |
| Octal | 204 | 203 | 55 | 0 | 1 | 102 | 60 | 73 | 61 | 43 |
| Binary | 10000100 | 10000011 | 101101 | 0 | 1 | 1000010 | 110000 | 111011 | 110001 | 100011 |
Color Harmonies of #84832D
Complementary color
Monochromatic Colors of #84832D
Black with #84832D
Text Example
Text Example
White with #84832D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84832D; }
p { color: rgb(132,131,45); }
H1.HeaderClassName
{
color: #84832D;
}
.AnyTagClassName
{
color: #84832D;
}
</style>
background-color css
<style>
a { background-color: #84832D; }
a { background-color: rgb(132,131,45); }
div.DivClassName
{
background-color: #84832D;
}
.BgClassName
{
background-color: #84832D;
}
</style>
border-color css
<style>
span { border-color: #84832D; }
span { border-color: rgb(132,131,45); }
td.TdClassName
{
border-color: #84832D;
}
.TagClassName
{
border-color: #84832D;
}
</style>