Shades of Trendy Green #828825
Tints of Trendy Green #828825
RGB
CMYK
RGB Variations
Color information
#828825 (or 0x828825) is known color: Trendy Green. HEX triplet: 82, 88 and 25. RGB value is (130,136,37). Sum of RGB (Red+Green+Blue) = 130+136+37=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #828825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828825 is #7D77DA. Grayscale: #7B7B7B. Windows color (decimal): -8222683 or 2459778. OLE color: 2459778.
HSL color Cylindrical-coordinate representation of color #828825: hue angle of 63.64º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #828825 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 37 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.47 |
| HSL | 63.64º | 0.57% | 0.34% | - |
| HSV(B) | 63.64º | 0.73% | 0.53% | - |
| XYZ | 18.34 | 22.49 | 5.12 | - |
| YUV | 122.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 37 | 0.04 | 0 | 0.73 | 0.47 | 63.64 | 0.57 | 0.34 |
| Hex | 82 | 88 | 25 | 4 | 0 | 49 | 2F | 40 | 39 | 22 |
| Octal | 202 | 210 | 45 | 4 | 0 | 111 | 57 | 100 | 71 | 42 |
| Binary | 10000010 | 10001000 | 100101 | 100 | 0 | 1001001 | 101111 | 1000000 | 111001 | 100010 |
Color Harmonies of #828825
Complementary color
Monochromatic Colors of #828825
Black with #828825
Text Example
Text Example
White with #828825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828825; }
p { color: rgb(130,136,37); }
H1.HeaderClassName
{
color: #828825;
}
.AnyTagClassName
{
color: #828825;
}
</style>
background-color css
<style>
a { background-color: #828825; }
a { background-color: rgb(130,136,37); }
div.DivClassName
{
background-color: #828825;
}
.BgClassName
{
background-color: #828825;
}
</style>
border-color css
<style>
span { border-color: #828825; }
span { border-color: rgb(130,136,37); }
td.TdClassName
{
border-color: #828825;
}
.TagClassName
{
border-color: #828825;
}
</style>