Shades of Trendy Green #828132
Tints of Trendy Green #828132
RGB
CMYK
RGB Variations
Color information
#828132 (or 0x828132) is known color: Trendy Green. HEX triplet: 82, 81 and 32. RGB value is (130,129,50). Sum of RGB (Red+Green+Blue) = 130+129+50=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #828132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828132 is #7D7ECD. Grayscale: #787878. Windows color (decimal): -8224462 or 3309954. OLE color: 3309954.
HSL color Cylindrical-coordinate representation of color #828132: hue angle of 59.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #828132 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 50 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.49 |
| HSL | 59.25º | 0.44% | 0.35% | - |
| HSV(B) | 59.25º | 0.62% | 0.51% | - |
| XYZ | 17.63 | 20.68 | 6.08 | - |
| YUV | 120.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 50 | 0 | 0.01 | 0.62 | 0.49 | 59.25 | 0.44 | 0.35 |
| Hex | 82 | 81 | 32 | 0 | 1 | 3E | 31 | 3B | 2C | 23 |
| Octal | 202 | 201 | 62 | 0 | 1 | 76 | 61 | 73 | 54 | 43 |
| Binary | 10000010 | 10000001 | 110010 | 0 | 1 | 111110 | 110001 | 111011 | 101100 | 100011 |
Color Harmonies of #828132
Complementary color
Monochromatic Colors of #828132
Black with #828132
Text Example
Text Example
White with #828132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828132; }
p { color: rgb(130,129,50); }
H1.HeaderClassName
{
color: #828132;
}
.AnyTagClassName
{
color: #828132;
}
</style>
background-color css
<style>
a { background-color: #828132; }
a { background-color: rgb(130,129,50); }
div.DivClassName
{
background-color: #828132;
}
.BgClassName
{
background-color: #828132;
}
</style>
border-color css
<style>
span { border-color: #828132; }
span { border-color: rgb(130,129,50); }
td.TdClassName
{
border-color: #828132;
}
.TagClassName
{
border-color: #828132;
}
</style>