Shades of Trendy Green #838032
Tints of Trendy Green #838032
RGB
CMYK
RGB Variations
Color information
#838032 (or 0x838032) is known color: Trendy Green. HEX triplet: 83, 80 and 32. RGB value is (131,128,50). Sum of RGB (Red+Green+Blue) = 131+128+50=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #838032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838032 is #7C7FCD. Grayscale: #787878. Windows color (decimal): -8159182 or 3309699. OLE color: 3309699.
HSL color Cylindrical-coordinate representation of color #838032: hue angle of 57.78º degrees, saturation: 0.45, 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 #838032 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 50 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.49 |
| HSL | 57.78º | 0.45% | 0.35% | - |
| HSV(B) | 57.78º | 0.62% | 0.51% | - |
| XYZ | 17.65 | 20.49 | 6.04 | - |
| YUV | 120.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 50 | 0 | 0.02 | 0.62 | 0.49 | 57.78 | 0.45 | 0.35 |
| Hex | 83 | 80 | 32 | 0 | 2 | 3E | 31 | 3A | 2D | 23 |
| Octal | 203 | 200 | 62 | 0 | 2 | 76 | 61 | 72 | 55 | 43 |
| Binary | 10000011 | 10000000 | 110010 | 0 | 10 | 111110 | 110001 | 111010 | 101101 | 100011 |
Color Harmonies of #838032
Complementary color
Monochromatic Colors of #838032
Black with #838032
Text Example
Text Example
White with #838032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838032; }
p { color: rgb(131,128,50); }
H1.HeaderClassName
{
color: #838032;
}
.AnyTagClassName
{
color: #838032;
}
</style>
background-color css
<style>
a { background-color: #838032; }
a { background-color: rgb(131,128,50); }
div.DivClassName
{
background-color: #838032;
}
.BgClassName
{
background-color: #838032;
}
</style>
border-color css
<style>
span { border-color: #838032; }
span { border-color: rgb(131,128,50); }
td.TdClassName
{
border-color: #838032;
}
.TagClassName
{
border-color: #838032;
}
</style>