Shades of Trendy Green #828133
Tints of Trendy Green #828133
RGB
CMYK
RGB Variations
Color information
#828133 (or 0x828133) is known color: Trendy Green. HEX triplet: 82, 81 and 33. RGB value is (130,129,51). Sum of RGB (Red+Green+Blue) = 130+129+51=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #828133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828133 is #7D7ECC. Grayscale: #787878. Windows color (decimal): -8224461 or 3375490. OLE color: 3375490.
HSL color Cylindrical-coordinate representation of color #828133: hue angle of 59.24º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #828133 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 51 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.49 |
| HSL | 59.24º | 0.44% | 0.35% | - |
| HSV(B) | 59.24º | 0.61% | 0.51% | - |
| XYZ | 17.65 | 20.69 | 6.19 | - |
| YUV | 120.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 51 | 0 | 0.01 | 0.61 | 0.49 | 59.24 | 0.44 | 0.35 |
| Hex | 82 | 81 | 33 | 0 | 1 | 3D | 31 | 3B | 2C | 23 |
| Octal | 202 | 201 | 63 | 0 | 1 | 75 | 61 | 73 | 54 | 43 |
| Binary | 10000010 | 10000001 | 110011 | 0 | 1 | 111101 | 110001 | 111011 | 101100 | 100011 |
Color Harmonies of #828133
Complementary color
Monochromatic Colors of #828133
Black with #828133
Text Example
Text Example
White with #828133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828133; }
p { color: rgb(130,129,51); }
H1.HeaderClassName
{
color: #828133;
}
.AnyTagClassName
{
color: #828133;
}
</style>
background-color css
<style>
a { background-color: #828133; }
a { background-color: rgb(130,129,51); }
div.DivClassName
{
background-color: #828133;
}
.BgClassName
{
background-color: #828133;
}
</style>
border-color css
<style>
span { border-color: #828133; }
span { border-color: rgb(130,129,51); }
td.TdClassName
{
border-color: #828133;
}
.TagClassName
{
border-color: #828133;
}
</style>