Shades of Trendy Green #828631
Tints of Trendy Green #828631
RGB
CMYK
RGB Variations
Color information
#828631 (or 0x828631) is known color: Trendy Green. HEX triplet: 82, 86 and 31. RGB value is (130,134,49). Sum of RGB (Red+Green+Blue) = 130+134+49=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #828631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828631 is #7D79CE. Grayscale: #7B7B7B. Windows color (decimal): -8223183 or 3245698. OLE color: 3245698.
HSL color Cylindrical-coordinate representation of color #828631: hue angle of 62.82º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #828631 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 49 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.47 |
| HSL | 62.82º | 0.46% | 0.36% | - |
| HSV(B) | 62.82º | 0.63% | 0.53% | - |
| XYZ | 18.29 | 22.02 | 6.19 | - |
| YUV | 123.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 49 | 0.03 | 0 | 0.63 | 0.47 | 62.82 | 0.46 | 0.36 |
| Hex | 82 | 86 | 31 | 3 | 0 | 3F | 2F | 3F | 2E | 24 |
| Octal | 202 | 206 | 61 | 3 | 0 | 77 | 57 | 77 | 56 | 44 |
| Binary | 10000010 | 10000110 | 110001 | 11 | 0 | 111111 | 101111 | 111111 | 101110 | 100100 |
Color Harmonies of #828631
Complementary color
Monochromatic Colors of #828631
Black with #828631
Text Example
Text Example
White with #828631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828631; }
p { color: rgb(130,134,49); }
H1.HeaderClassName
{
color: #828631;
}
.AnyTagClassName
{
color: #828631;
}
</style>
background-color css
<style>
a { background-color: #828631; }
a { background-color: rgb(130,134,49); }
div.DivClassName
{
background-color: #828631;
}
.BgClassName
{
background-color: #828631;
}
</style>
border-color css
<style>
span { border-color: #828631; }
span { border-color: rgb(130,134,49); }
td.TdClassName
{
border-color: #828631;
}
.TagClassName
{
border-color: #828631;
}
</style>