Shades of Trendy Green #838232
Tints of Trendy Green #838232
RGB
CMYK
RGB Variations
Color information
#838232 (or 0x838232) is known color: Trendy Green. HEX triplet: 83, 82 and 32. RGB value is (131,130,50). Sum of RGB (Red+Green+Blue) = 131+130+50=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #838232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838232 is #7C7DCD. Grayscale: #797979. Windows color (decimal): -8158670 or 3310211. OLE color: 3310211.
HSL color Cylindrical-coordinate representation of color #838232: hue angle of 59.26º 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 #838232 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 130 | 50 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.49 |
| HSL | 59.26º | 0.45% | 0.35% | - |
| HSV(B) | 59.26º | 0.62% | 0.51% | - |
| XYZ | 17.92 | 21.02 | 6.13 | - |
| YUV | 121.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 50 | 0 | 0.01 | 0.62 | 0.49 | 59.26 | 0.45 | 0.35 |
| Hex | 83 | 82 | 32 | 0 | 1 | 3E | 31 | 3B | 2D | 23 |
| Octal | 203 | 202 | 62 | 0 | 1 | 76 | 61 | 73 | 55 | 43 |
| Binary | 10000011 | 10000010 | 110010 | 0 | 1 | 111110 | 110001 | 111011 | 101101 | 100011 |
Color Harmonies of #838232
Complementary color
Monochromatic Colors of #838232
Black with #838232
Text Example
Text Example
White with #838232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838232; }
p { color: rgb(131,130,50); }
H1.HeaderClassName
{
color: #838232;
}
.AnyTagClassName
{
color: #838232;
}
</style>
background-color css
<style>
a { background-color: #838232; }
a { background-color: rgb(131,130,50); }
div.DivClassName
{
background-color: #838232;
}
.BgClassName
{
background-color: #838232;
}
</style>
border-color css
<style>
span { border-color: #838232; }
span { border-color: rgb(131,130,50); }
td.TdClassName
{
border-color: #838232;
}
.TagClassName
{
border-color: #838232;
}
</style>