Shades of Trendy Green #828B24
Tints of Trendy Green #828B24
RGB
CMYK
RGB Variations
Color information
#828B24 (or 0x828B24) is known color: Trendy Green. HEX triplet: 82, 8B and 24. RGB value is (130,139,36). Sum of RGB (Red+Green+Blue) = 130+139+36=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #828B24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B24 is #7D74DB. Grayscale: #7C7C7C. Windows color (decimal): -8221916 or 2395010. OLE color: 2395010.
HSL color Cylindrical-coordinate representation of color #828B24: hue angle of 65.24º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #828B24 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 36 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.45 |
| HSL | 65.24º | 0.59% | 0.34% | - |
| HSV(B) | 65.24º | 0.74% | 0.55% | - |
| XYZ | 18.76 | 23.34 | 5.19 | - |
| YUV | 124.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 36 | 0.06 | 0 | 0.74 | 0.45 | 65.24 | 0.59 | 0.34 |
| Hex | 82 | 8B | 24 | 6 | 0 | 4A | 2D | 41 | 3B | 22 |
| Octal | 202 | 213 | 44 | 6 | 0 | 112 | 55 | 101 | 73 | 42 |
| Binary | 10000010 | 10001011 | 100100 | 110 | 0 | 1001010 | 101101 | 1000001 | 111011 | 100010 |
Color Harmonies of #828B24
Complementary color
Monochromatic Colors of #828B24
Black with #828B24
Text Example
Text Example
White with #828B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B24; }
p { color: rgb(130,139,36); }
H1.HeaderClassName
{
color: #828B24;
}
.AnyTagClassName
{
color: #828B24;
}
</style>
background-color css
<style>
a { background-color: #828B24; }
a { background-color: rgb(130,139,36); }
div.DivClassName
{
background-color: #828B24;
}
.BgClassName
{
background-color: #828B24;
}
</style>
border-color css
<style>
span { border-color: #828B24; }
span { border-color: rgb(130,139,36); }
td.TdClassName
{
border-color: #828B24;
}
.TagClassName
{
border-color: #828B24;
}
</style>