Shades of Trendy Green #848322
Tints of Trendy Green #848322
RGB
CMYK
RGB Variations
Color information
#848322 (or 0x848322) is known color: Trendy Green. HEX triplet: 84, 83 and 22. RGB value is (132,131,34). Sum of RGB (Red+Green+Blue) = 132+131+34=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #848322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848322 is #7B7CDD. Grayscale: #787878. Windows color (decimal): -8092894 or 2261892. OLE color: 2261892.
HSL color Cylindrical-coordinate representation of color #848322: hue angle of 59.39º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #848322 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 34 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.48 |
| HSL | 59.39º | 0.59% | 0.33% | - |
| HSV(B) | 59.39º | 0.74% | 0.52% | - |
| XYZ | 17.92 | 21.25 | 4.67 | - |
| YUV | 120.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 34 | 0 | 0.01 | 0.74 | 0.48 | 59.39 | 0.59 | 0.33 |
| Hex | 84 | 83 | 22 | 0 | 1 | 4A | 30 | 3B | 3B | 21 |
| Octal | 204 | 203 | 42 | 0 | 1 | 112 | 60 | 73 | 73 | 41 |
| Binary | 10000100 | 10000011 | 100010 | 0 | 1 | 1001010 | 110000 | 111011 | 111011 | 100001 |
Color Harmonies of #848322
Complementary color
Monochromatic Colors of #848322
Black with #848322
Text Example
Text Example
White with #848322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848322; }
p { color: rgb(132,131,34); }
H1.HeaderClassName
{
color: #848322;
}
.AnyTagClassName
{
color: #848322;
}
</style>
background-color css
<style>
a { background-color: #848322; }
a { background-color: rgb(132,131,34); }
div.DivClassName
{
background-color: #848322;
}
.BgClassName
{
background-color: #848322;
}
</style>
border-color css
<style>
span { border-color: #848322; }
span { border-color: rgb(132,131,34); }
td.TdClassName
{
border-color: #848322;
}
.TagClassName
{
border-color: #848322;
}
</style>