Shades of Trendy Green #828628
Tints of Trendy Green #828628
RGB
CMYK
RGB Variations
Color information
#828628 (or 0x828628) is known color: Trendy Green. HEX triplet: 82, 86 and 28. RGB value is (130,134,40). Sum of RGB (Red+Green+Blue) = 130+134+40=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #828628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828628 is #7D79D7. Grayscale: #7A7A7A. Windows color (decimal): -8223192 or 2655874. OLE color: 2655874.
HSL color Cylindrical-coordinate representation of color #828628: hue angle of 62.55º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #828628 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 40 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.47 |
| HSL | 62.55º | 0.54% | 0.34% | - |
| HSV(B) | 62.55º | 0.7% | 0.53% | - |
| XYZ | 18.11 | 21.95 | 5.29 | - |
| YUV | 122.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 40 | 0.03 | 0 | 0.70 | 0.47 | 62.55 | 0.54 | 0.34 |
| Hex | 82 | 86 | 28 | 3 | 0 | 46 | 2F | 3F | 36 | 22 |
| Octal | 202 | 206 | 50 | 3 | 0 | 106 | 57 | 77 | 66 | 42 |
| Binary | 10000010 | 10000110 | 101000 | 11 | 0 | 1000110 | 101111 | 111111 | 110110 | 100010 |
Color Harmonies of #828628
Complementary color
Monochromatic Colors of #828628
Black with #828628
Text Example
Text Example
White with #828628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828628; }
p { color: rgb(130,134,40); }
H1.HeaderClassName
{
color: #828628;
}
.AnyTagClassName
{
color: #828628;
}
</style>
background-color css
<style>
a { background-color: #828628; }
a { background-color: rgb(130,134,40); }
div.DivClassName
{
background-color: #828628;
}
.BgClassName
{
background-color: #828628;
}
</style>
border-color css
<style>
span { border-color: #828628; }
span { border-color: rgb(130,134,40); }
td.TdClassName
{
border-color: #828628;
}
.TagClassName
{
border-color: #828628;
}
</style>