Shades of Trendy Green #828428
Tints of Trendy Green #828428
RGB
CMYK
RGB Variations
Color information
#828428 (or 0x828428) is known color: Trendy Green. HEX triplet: 82, 84 and 28. RGB value is (130,132,40). Sum of RGB (Red+Green+Blue) = 130+132+40=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #828428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828428 is #7D7BD7. Grayscale: #797979. Windows color (decimal): -8223704 or 2655362. OLE color: 2655362.
HSL color Cylindrical-coordinate representation of color #828428: hue angle of 61.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #828428 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 40 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.48 |
| HSL | 61.3º | 0.53% | 0.34% | - |
| HSV(B) | 61.3º | 0.7% | 0.52% | - |
| XYZ | 17.84 | 21.4 | 5.2 | - |
| YUV | 120.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 40 | 0.02 | 0 | 0.70 | 0.48 | 61.3 | 0.53 | 0.34 |
| Hex | 82 | 84 | 28 | 2 | 0 | 46 | 30 | 3D | 35 | 22 |
| Octal | 202 | 204 | 50 | 2 | 0 | 106 | 60 | 75 | 65 | 42 |
| Binary | 10000010 | 10000100 | 101000 | 10 | 0 | 1000110 | 110000 | 111101 | 110101 | 100010 |
Color Harmonies of #828428
Complementary color
Monochromatic Colors of #828428
Black with #828428
Text Example
Text Example
White with #828428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828428; }
p { color: rgb(130,132,40); }
H1.HeaderClassName
{
color: #828428;
}
.AnyTagClassName
{
color: #828428;
}
</style>
background-color css
<style>
a { background-color: #828428; }
a { background-color: rgb(130,132,40); }
div.DivClassName
{
background-color: #828428;
}
.BgClassName
{
background-color: #828428;
}
</style>
border-color css
<style>
span { border-color: #828428; }
span { border-color: rgb(130,132,40); }
td.TdClassName
{
border-color: #828428;
}
.TagClassName
{
border-color: #828428;
}
</style>