Shades of Trendy Green #828020
Tints of Trendy Green #828020
RGB
CMYK
RGB Variations
Color information
#828020 (or 0x828020) is known color: Trendy Green. HEX triplet: 82, 80 and 20. RGB value is (130,128,32). Sum of RGB (Red+Green+Blue) = 130+128+32=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #828020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828020 is #7D7FDF. Grayscale: #767676. Windows color (decimal): -8224736 or 2130050. OLE color: 2130050.
HSL color Cylindrical-coordinate representation of color #828020: hue angle of 58.78º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #828020 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 32 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.49 |
| HSL | 58.78º | 0.6% | 0.32% | - |
| HSV(B) | 58.78º | 0.75% | 0.51% | - |
| XYZ | 17.19 | 20.29 | 4.38 | - |
| YUV | 117.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 32 | 0 | 0.02 | 0.75 | 0.49 | 58.78 | 0.6 | 0.32 |
| Hex | 82 | 80 | 20 | 0 | 2 | 4B | 31 | 3B | 3C | 20 |
| Octal | 202 | 200 | 40 | 0 | 2 | 113 | 61 | 73 | 74 | 40 |
| Binary | 10000010 | 10000000 | 100000 | 0 | 10 | 1001011 | 110001 | 111011 | 111100 | 100000 |
Color Harmonies of #828020
Complementary color
Monochromatic Colors of #828020
Black with #828020
Text Example
Text Example
White with #828020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828020; }
p { color: rgb(130,128,32); }
H1.HeaderClassName
{
color: #828020;
}
.AnyTagClassName
{
color: #828020;
}
</style>
background-color css
<style>
a { background-color: #828020; }
a { background-color: rgb(130,128,32); }
div.DivClassName
{
background-color: #828020;
}
.BgClassName
{
background-color: #828020;
}
</style>
border-color css
<style>
span { border-color: #828020; }
span { border-color: rgb(130,128,32); }
td.TdClassName
{
border-color: #828020;
}
.TagClassName
{
border-color: #828020;
}
</style>