Shades of Trendy Green #838035
Tints of Trendy Green #838035
RGB
CMYK
RGB Variations
Color information
#838035 (or 0x838035) is known color: Trendy Green. HEX triplet: 83, 80 and 35. RGB value is (131,128,53). Sum of RGB (Red+Green+Blue) = 131+128+53=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #838035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838035 is #7C7FCA. Grayscale: #787878. Windows color (decimal): -8159179 or 3506307. OLE color: 3506307.
HSL color Cylindrical-coordinate representation of color #838035: hue angle of 57.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #838035 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 53 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.49 |
| HSL | 57.69º | 0.42% | 0.36% | - |
| HSV(B) | 57.69º | 0.6% | 0.51% | - |
| XYZ | 17.72 | 20.52 | 6.4 | - |
| YUV | 120.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 53 | 0 | 0.02 | 0.60 | 0.49 | 57.69 | 0.42 | 0.36 |
| Hex | 83 | 80 | 35 | 0 | 2 | 3C | 31 | 3A | 2A | 24 |
| Octal | 203 | 200 | 65 | 0 | 2 | 74 | 61 | 72 | 52 | 44 |
| Binary | 10000011 | 10000000 | 110101 | 0 | 10 | 111100 | 110001 | 111010 | 101010 | 100100 |
Color Harmonies of #838035
Complementary color
Monochromatic Colors of #838035
Black with #838035
Text Example
Text Example
White with #838035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838035; }
p { color: rgb(131,128,53); }
H1.HeaderClassName
{
color: #838035;
}
.AnyTagClassName
{
color: #838035;
}
</style>
background-color css
<style>
a { background-color: #838035; }
a { background-color: rgb(131,128,53); }
div.DivClassName
{
background-color: #838035;
}
.BgClassName
{
background-color: #838035;
}
</style>
border-color css
<style>
span { border-color: #838035; }
span { border-color: rgb(131,128,53); }
td.TdClassName
{
border-color: #838035;
}
.TagClassName
{
border-color: #838035;
}
</style>