Shades of Trendy Green #83881D
Tints of Trendy Green #83881D
RGB
CMYK
RGB Variations
Color information
#83881D (or 0x83881D) is known color: Trendy Green. HEX triplet: 83, 88 and 1D. RGB value is (131,136,29). Sum of RGB (Red+Green+Blue) = 131+136+29=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #83881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83881D is #7C77E2. Grayscale: #7A7A7A. Windows color (decimal): -8157155 or 1935491. OLE color: 1935491.
HSL color Cylindrical-coordinate representation of color #83881D: hue angle of 62.8º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83881D is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 29 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.47 |
| HSL | 62.8º | 0.65% | 0.32% | - |
| HSV(B) | 62.8º | 0.79% | 0.53% | - |
| XYZ | 18.39 | 22.52 | 4.54 | - |
| YUV | 122.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 29 | 0.04 | 0 | 0.79 | 0.47 | 62.8 | 0.65 | 0.32 |
| Hex | 83 | 88 | 1D | 4 | 0 | 4F | 2F | 3F | 41 | 20 |
| Octal | 203 | 210 | 35 | 4 | 0 | 117 | 57 | 77 | 101 | 40 |
| Binary | 10000011 | 10001000 | 11101 | 100 | 0 | 1001111 | 101111 | 111111 | 1000001 | 100000 |
Color Harmonies of #83881D
Complementary color
Monochromatic Colors of #83881D
Black with #83881D
Text Example
Text Example
White with #83881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83881D; }
p { color: rgb(131,136,29); }
H1.HeaderClassName
{
color: #83881D;
}
.AnyTagClassName
{
color: #83881D;
}
</style>
background-color css
<style>
a { background-color: #83881D; }
a { background-color: rgb(131,136,29); }
div.DivClassName
{
background-color: #83881D;
}
.BgClassName
{
background-color: #83881D;
}
</style>
border-color css
<style>
span { border-color: #83881D; }
span { border-color: rgb(131,136,29); }
td.TdClassName
{
border-color: #83881D;
}
.TagClassName
{
border-color: #83881D;
}
</style>