Shades of Trendy Green #83842F
Tints of Trendy Green #83842F
RGB
CMYK
RGB Variations
Color information
#83842F (or 0x83842F) is known color: Trendy Green. HEX triplet: 83, 84 and 2F. RGB value is (131,132,47). Sum of RGB (Red+Green+Blue) = 131+132+47=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #83842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83842F is #7C7BD0. Grayscale: #7A7A7A. Windows color (decimal): -8158161 or 3114115. OLE color: 3114115.
HSL color Cylindrical-coordinate representation of color #83842F: hue angle of 60.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83842F is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 132 | 47 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.48 |
| HSL | 60.71º | 0.47% | 0.35% | - |
| HSV(B) | 60.71º | 0.64% | 0.52% | - |
| XYZ | 18.12 | 21.53 | 5.89 | - |
| YUV | 122.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 47 | 0.01 | 0 | 0.64 | 0.48 | 60.71 | 0.47 | 0.35 |
| Hex | 83 | 84 | 2F | 1 | 0 | 40 | 30 | 3D | 2F | 23 |
| Octal | 203 | 204 | 57 | 1 | 0 | 100 | 60 | 75 | 57 | 43 |
| Binary | 10000011 | 10000100 | 101111 | 1 | 0 | 1000000 | 110000 | 111101 | 101111 | 100011 |
Color Harmonies of #83842F
Complementary color
Monochromatic Colors of #83842F
Black with #83842F
Text Example
Text Example
White with #83842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83842F; }
p { color: rgb(131,132,47); }
H1.HeaderClassName
{
color: #83842F;
}
.AnyTagClassName
{
color: #83842F;
}
</style>
background-color css
<style>
a { background-color: #83842F; }
a { background-color: rgb(131,132,47); }
div.DivClassName
{
background-color: #83842F;
}
.BgClassName
{
background-color: #83842F;
}
</style>
border-color css
<style>
span { border-color: #83842F; }
span { border-color: rgb(131,132,47); }
td.TdClassName
{
border-color: #83842F;
}
.TagClassName
{
border-color: #83842F;
}
</style>