Shades of Trendy Green #838024
Tints of Trendy Green #838024
RGB
CMYK
RGB Variations
Color information
#838024 (or 0x838024) is known color: Trendy Green. HEX triplet: 83, 80 and 24. RGB value is (131,128,36). Sum of RGB (Red+Green+Blue) = 131+128+36=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #838024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838024 is #7C7FDB. Grayscale: #767676. Windows color (decimal): -8159196 or 2392195. OLE color: 2392195.
HSL color Cylindrical-coordinate representation of color #838024: hue angle of 58.11º 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 #838024 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 36 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.49 |
| HSL | 58.11º | 0.57% | 0.33% | - |
| HSV(B) | 58.11º | 0.73% | 0.51% | - |
| XYZ | 17.4 | 20.39 | 4.69 | - |
| YUV | 118.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 36 | 0 | 0.02 | 0.73 | 0.49 | 58.11 | 0.57 | 0.33 |
| Hex | 83 | 80 | 24 | 0 | 2 | 49 | 31 | 3A | 39 | 21 |
| Octal | 203 | 200 | 44 | 0 | 2 | 111 | 61 | 72 | 71 | 41 |
| Binary | 10000011 | 10000000 | 100100 | 0 | 10 | 1001001 | 110001 | 111010 | 111001 | 100001 |
Color Harmonies of #838024
Complementary color
Monochromatic Colors of #838024
Black with #838024
Text Example
Text Example
White with #838024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838024; }
p { color: rgb(131,128,36); }
H1.HeaderClassName
{
color: #838024;
}
.AnyTagClassName
{
color: #838024;
}
</style>
background-color css
<style>
a { background-color: #838024; }
a { background-color: rgb(131,128,36); }
div.DivClassName
{
background-color: #838024;
}
.BgClassName
{
background-color: #838024;
}
</style>
border-color css
<style>
span { border-color: #838024; }
span { border-color: rgb(131,128,36); }
td.TdClassName
{
border-color: #838024;
}
.TagClassName
{
border-color: #838024;
}
</style>