Shades of Trendy Green #83812D
Tints of Trendy Green #83812D
RGB
CMYK
RGB Variations
Color information
#83812D (or 0x83812D) is known color: Trendy Green. HEX triplet: 83, 81 and 2D. RGB value is (131,129,45). Sum of RGB (Red+Green+Blue) = 131+129+45=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83812D is #7C7ED2. Grayscale: #787878. Windows color (decimal): -8158931 or 2982275. OLE color: 2982275.
HSL color Cylindrical-coordinate representation of color #83812D: hue angle of 58.6º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83812D is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 45 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.49 |
| HSL | 58.6º | 0.49% | 0.35% | - |
| HSV(B) | 58.6º | 0.66% | 0.51% | - |
| XYZ | 17.68 | 20.72 | 5.55 | - |
| YUV | 120.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 45 | 0 | 0.02 | 0.66 | 0.49 | 58.6 | 0.49 | 0.35 |
| Hex | 83 | 81 | 2D | 0 | 2 | 42 | 31 | 3B | 31 | 23 |
| Octal | 203 | 201 | 55 | 0 | 2 | 102 | 61 | 73 | 61 | 43 |
| Binary | 10000011 | 10000001 | 101101 | 0 | 10 | 1000010 | 110001 | 111011 | 110001 | 100011 |
Color Harmonies of #83812D
Complementary color
Monochromatic Colors of #83812D
Black with #83812D
Text Example
Text Example
White with #83812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83812D; }
p { color: rgb(131,129,45); }
H1.HeaderClassName
{
color: #83812D;
}
.AnyTagClassName
{
color: #83812D;
}
</style>
background-color css
<style>
a { background-color: #83812D; }
a { background-color: rgb(131,129,45); }
div.DivClassName
{
background-color: #83812D;
}
.BgClassName
{
background-color: #83812D;
}
</style>
border-color css
<style>
span { border-color: #83812D; }
span { border-color: rgb(131,129,45); }
td.TdClassName
{
border-color: #83812D;
}
.TagClassName
{
border-color: #83812D;
}
</style>