Shades of Trendy Green #828613
Tints of Trendy Green #828613
RGB
CMYK
RGB Variations
Color information
#828613 (or 0x828613) is known color: Trendy Green. HEX triplet: 82, 86 and 13. RGB value is (130,134,19). Sum of RGB (Red+Green+Blue) = 130+134+19=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #828613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828613 is #7D79EC. Grayscale: #787878. Windows color (decimal): -8223213 or 1279618. OLE color: 1279618.
HSL color Cylindrical-coordinate representation of color #828613: hue angle of 62.09º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #828613 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 19 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.47 |
| HSL | 62.09º | 0.75% | 0.3% | - |
| HSV(B) | 62.09º | 0.86% | 0.53% | - |
| XYZ | 17.85 | 21.84 | 3.89 | - |
| YUV | 119.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 19 | 0.03 | 0 | 0.86 | 0.47 | 62.09 | 0.75 | 0.3 |
| Hex | 82 | 86 | 13 | 3 | 0 | 56 | 2F | 3E | 4B | 1E |
| Octal | 202 | 206 | 23 | 3 | 0 | 126 | 57 | 76 | 113 | 36 |
| Binary | 10000010 | 10000110 | 10011 | 11 | 0 | 1010110 | 101111 | 111110 | 1001011 | 11110 |
Color Harmonies of #828613
Complementary color
Monochromatic Colors of #828613
Black with #828613
Text Example
Text Example
White with #828613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828613; }
p { color: rgb(130,134,19); }
H1.HeaderClassName
{
color: #828613;
}
.AnyTagClassName
{
color: #828613;
}
</style>
background-color css
<style>
a { background-color: #828613; }
a { background-color: rgb(130,134,19); }
div.DivClassName
{
background-color: #828613;
}
.BgClassName
{
background-color: #828613;
}
</style>
border-color css
<style>
span { border-color: #828613; }
span { border-color: rgb(130,134,19); }
td.TdClassName
{
border-color: #828613;
}
.TagClassName
{
border-color: #828613;
}
</style>