Shades of Trendy Green #848022
Tints of Trendy Green #848022
RGB
CMYK
RGB Variations
Color information
#848022 (or 0x848022) is known color: Trendy Green. HEX triplet: 84, 80 and 22. RGB value is (132,128,34). Sum of RGB (Red+Green+Blue) = 132+128+34=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #848022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848022 is #7B7FDD. Grayscale: #767676. Windows color (decimal): -8093662 or 2261124. OLE color: 2261124.
HSL color Cylindrical-coordinate representation of color #848022: hue angle of 57.55º 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 #848022 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 34 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.48 |
| HSL | 57.55º | 0.59% | 0.33% | - |
| HSV(B) | 57.55º | 0.74% | 0.52% | - |
| XYZ | 17.52 | 20.46 | 4.54 | - |
| YUV | 118.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 34 | 0 | 0.03 | 0.74 | 0.48 | 57.55 | 0.59 | 0.33 |
| Hex | 84 | 80 | 22 | 0 | 3 | 4A | 30 | 3A | 3B | 21 |
| Octal | 204 | 200 | 42 | 0 | 3 | 112 | 60 | 72 | 73 | 41 |
| Binary | 10000100 | 10000000 | 100010 | 0 | 11 | 1001010 | 110000 | 111010 | 111011 | 100001 |
Color Harmonies of #848022
Complementary color
Monochromatic Colors of #848022
Black with #848022
Text Example
Text Example
White with #848022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848022; }
p { color: rgb(132,128,34); }
H1.HeaderClassName
{
color: #848022;
}
.AnyTagClassName
{
color: #848022;
}
</style>
background-color css
<style>
a { background-color: #848022; }
a { background-color: rgb(132,128,34); }
div.DivClassName
{
background-color: #848022;
}
.BgClassName
{
background-color: #848022;
}
</style>
border-color css
<style>
span { border-color: #848022; }
span { border-color: rgb(132,128,34); }
td.TdClassName
{
border-color: #848022;
}
.TagClassName
{
border-color: #848022;
}
</style>