Shades of Trendy Green #828213
Tints of Trendy Green #828213
RGB
CMYK
RGB Variations
Color information
#828213 (or 0x828213) is known color: Trendy Green. HEX triplet: 82, 82 and 13. RGB value is (130,130,19). Sum of RGB (Red+Green+Blue) = 130+130+19=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828213 is #7D7DEC. Grayscale: #757575. Windows color (decimal): -8224237 or 1278594. OLE color: 1278594.
HSL color Cylindrical-coordinate representation of color #828213: hue angle of 60º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #828213 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 19 | - |
| CMYK | 0 | 0 | 0.85 | 0.49 |
| HSL | 60º | 0.74% | 0.29% | - |
| HSV(B) | 60º | 0.85% | 0.51% | - |
| XYZ | 17.31 | 20.76 | 3.71 | - |
| YUV | 117.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 19 | 0 | 0 | 0.85 | 0.49 | 60 | 0.74 | 0.29 |
| Hex | 82 | 82 | 13 | 0 | 0 | 55 | 31 | 3C | 4A | 1D |
| Octal | 202 | 202 | 23 | 0 | 0 | 125 | 61 | 74 | 112 | 35 |
| Binary | 10000010 | 10000010 | 10011 | 0 | 0 | 1010101 | 110001 | 111100 | 1001010 | 11101 |
Color Harmonies of #828213
Complementary color
Monochromatic Colors of #828213
Black with #828213
Text Example
Text Example
White with #828213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828213; }
p { color: rgb(130,130,19); }
H1.HeaderClassName
{
color: #828213;
}
.AnyTagClassName
{
color: #828213;
}
</style>
background-color css
<style>
a { background-color: #828213; }
a { background-color: rgb(130,130,19); }
div.DivClassName
{
background-color: #828213;
}
.BgClassName
{
background-color: #828213;
}
</style>
border-color css
<style>
span { border-color: #828213; }
span { border-color: rgb(130,130,19); }
td.TdClassName
{
border-color: #828213;
}
.TagClassName
{
border-color: #828213;
}
</style>