Shades of Trendy Green #828315
Tints of Trendy Green #828315
RGB
CMYK
RGB Variations
Color information
#828315 (or 0x828315) is known color: Trendy Green. HEX triplet: 82, 83 and 15. RGB value is (130,131,21). Sum of RGB (Red+Green+Blue) = 130+131+21=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #828315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828315 is #7D7CEA. Grayscale: #767676. Windows color (decimal): -8223979 or 1409922. OLE color: 1409922.
HSL color Cylindrical-coordinate representation of color #828315: hue angle of 60.55º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #828315 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 131 | 21 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.49 |
| HSL | 60.55º | 0.72% | 0.3% | - |
| HSV(B) | 60.55º | 0.84% | 0.51% | - |
| XYZ | 17.46 | 21.03 | 3.85 | - |
| YUV | 118.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 21 | 0.01 | 0 | 0.84 | 0.49 | 60.55 | 0.72 | 0.3 |
| Hex | 82 | 83 | 15 | 1 | 0 | 54 | 31 | 3D | 48 | 1E |
| Octal | 202 | 203 | 25 | 1 | 0 | 124 | 61 | 75 | 110 | 36 |
| Binary | 10000010 | 10000011 | 10101 | 1 | 0 | 1010100 | 110001 | 111101 | 1001000 | 11110 |
Color Harmonies of #828315
Complementary color
Monochromatic Colors of #828315
Black with #828315
Text Example
Text Example
White with #828315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828315; }
p { color: rgb(130,131,21); }
H1.HeaderClassName
{
color: #828315;
}
.AnyTagClassName
{
color: #828315;
}
</style>
background-color css
<style>
a { background-color: #828315; }
a { background-color: rgb(130,131,21); }
div.DivClassName
{
background-color: #828315;
}
.BgClassName
{
background-color: #828315;
}
</style>
border-color css
<style>
span { border-color: #828315; }
span { border-color: rgb(130,131,21); }
td.TdClassName
{
border-color: #828315;
}
.TagClassName
{
border-color: #828315;
}
</style>