Shades of Trendy Green #828531
Tints of Trendy Green #828531
RGB
CMYK
RGB Variations
Color information
#828531 (or 0x828531) is known color: Trendy Green. HEX triplet: 82, 85 and 31. RGB value is (130,133,49). Sum of RGB (Red+Green+Blue) = 130+133+49=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #828531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828531 is #7D7ACE. Grayscale: #7A7A7A. Windows color (decimal): -8223439 or 3245442. OLE color: 3245442.
HSL color Cylindrical-coordinate representation of color #828531: hue angle of 62.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #828531 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 49 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.48 |
| HSL | 62.14º | 0.46% | 0.36% | - |
| HSV(B) | 62.14º | 0.63% | 0.52% | - |
| XYZ | 18.15 | 21.74 | 6.15 | - |
| YUV | 122.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 49 | 0.02 | 0 | 0.63 | 0.48 | 62.14 | 0.46 | 0.36 |
| Hex | 82 | 85 | 31 | 2 | 0 | 3F | 30 | 3E | 2E | 24 |
| Octal | 202 | 205 | 61 | 2 | 0 | 77 | 60 | 76 | 56 | 44 |
| Binary | 10000010 | 10000101 | 110001 | 10 | 0 | 111111 | 110000 | 111110 | 101110 | 100100 |
Color Harmonies of #828531
Complementary color
Monochromatic Colors of #828531
Black with #828531
Text Example
Text Example
White with #828531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828531; }
p { color: rgb(130,133,49); }
H1.HeaderClassName
{
color: #828531;
}
.AnyTagClassName
{
color: #828531;
}
</style>
background-color css
<style>
a { background-color: #828531; }
a { background-color: rgb(130,133,49); }
div.DivClassName
{
background-color: #828531;
}
.BgClassName
{
background-color: #828531;
}
</style>
border-color css
<style>
span { border-color: #828531; }
span { border-color: rgb(130,133,49); }
td.TdClassName
{
border-color: #828531;
}
.TagClassName
{
border-color: #828531;
}
</style>