Shades of Trendy Green #838124
Tints of Trendy Green #838124
RGB
CMYK
RGB Variations
Color information
#838124 (or 0x838124) is known color: Trendy Green. HEX triplet: 83, 81 and 24. RGB value is (131,129,36). Sum of RGB (Red+Green+Blue) = 131+129+36=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #838124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838124 is #7C7EDB. Grayscale: #777777. Windows color (decimal): -8158940 or 2392451. OLE color: 2392451.
HSL color Cylindrical-coordinate representation of color #838124: hue angle of 58.74º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #838124 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 36 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.49 |
| HSL | 58.74º | 0.57% | 0.33% | - |
| HSV(B) | 58.74º | 0.73% | 0.51% | - |
| XYZ | 17.53 | 20.65 | 4.73 | - |
| YUV | 119 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 36 | 0 | 0.02 | 0.73 | 0.49 | 58.74 | 0.57 | 0.33 |
| Hex | 83 | 81 | 24 | 0 | 2 | 49 | 31 | 3B | 39 | 21 |
| Octal | 203 | 201 | 44 | 0 | 2 | 111 | 61 | 73 | 71 | 41 |
| Binary | 10000011 | 10000001 | 100100 | 0 | 10 | 1001001 | 110001 | 111011 | 111001 | 100001 |
Color Harmonies of #838124
Complementary color
Monochromatic Colors of #838124
Black with #838124
Text Example
Text Example
White with #838124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838124; }
p { color: rgb(131,129,36); }
H1.HeaderClassName
{
color: #838124;
}
.AnyTagClassName
{
color: #838124;
}
</style>
background-color css
<style>
a { background-color: #838124; }
a { background-color: rgb(131,129,36); }
div.DivClassName
{
background-color: #838124;
}
.BgClassName
{
background-color: #838124;
}
</style>
border-color css
<style>
span { border-color: #838124; }
span { border-color: rgb(131,129,36); }
td.TdClassName
{
border-color: #838124;
}
.TagClassName
{
border-color: #838124;
}
</style>