Shades of Trendy Green #828625
Tints of Trendy Green #828625
RGB
CMYK
RGB Variations
Color information
#828625 (or 0x828625) is known color: Trendy Green. HEX triplet: 82, 86 and 25. RGB value is (130,134,37). Sum of RGB (Red+Green+Blue) = 130+134+37=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #828625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828625 is #7D79DA. Grayscale: #7A7A7A. Windows color (decimal): -8223195 or 2459266. OLE color: 2459266.
HSL color Cylindrical-coordinate representation of color #828625: hue angle of 62.47º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #828625 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 37 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.47 |
| HSL | 62.47º | 0.57% | 0.34% | - |
| HSV(B) | 62.47º | 0.72% | 0.53% | - |
| XYZ | 18.06 | 21.93 | 5.03 | - |
| YUV | 121.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 37 | 0.03 | 0 | 0.72 | 0.47 | 62.47 | 0.57 | 0.34 |
| Hex | 82 | 86 | 25 | 3 | 0 | 48 | 2F | 3E | 39 | 22 |
| Octal | 202 | 206 | 45 | 3 | 0 | 110 | 57 | 76 | 71 | 42 |
| Binary | 10000010 | 10000110 | 100101 | 11 | 0 | 1001000 | 101111 | 111110 | 111001 | 100010 |
Color Harmonies of #828625
Complementary color
Monochromatic Colors of #828625
Black with #828625
Text Example
Text Example
White with #828625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828625; }
p { color: rgb(130,134,37); }
H1.HeaderClassName
{
color: #828625;
}
.AnyTagClassName
{
color: #828625;
}
</style>
background-color css
<style>
a { background-color: #828625; }
a { background-color: rgb(130,134,37); }
div.DivClassName
{
background-color: #828625;
}
.BgClassName
{
background-color: #828625;
}
</style>
border-color css
<style>
span { border-color: #828625; }
span { border-color: rgb(130,134,37); }
td.TdClassName
{
border-color: #828625;
}
.TagClassName
{
border-color: #828625;
}
</style>