Shades of Trendy Green #839020
Tints of Trendy Green #839020
RGB
CMYK
RGB Variations
Color information
#839020 (or 0x839020) is known color: Trendy Green. HEX triplet: 83, 90 and 20. RGB value is (131,144,32). Sum of RGB (Red+Green+Blue) = 131+144+32=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #839020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839020 is #7C6FDF. Grayscale: #7F7F7F. Windows color (decimal): -8155104 or 2134147. OLE color: 2134147.
HSL color Cylindrical-coordinate representation of color #839020: hue angle of 66.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #839020 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 144 | 32 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.44 |
| HSL | 66.96º | 0.64% | 0.35% | - |
| HSV(B) | 66.96º | 0.78% | 0.56% | - |
| XYZ | 19.59 | 24.88 | 5.14 | - |
| YUV | 127.35 | 74.19 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 32 | 0.09 | 0 | 0.78 | 0.44 | 66.96 | 0.64 | 0.35 |
| Hex | 83 | 90 | 20 | 9 | 0 | 4E | 2C | 43 | 40 | 23 |
| Octal | 203 | 220 | 40 | 11 | 0 | 116 | 54 | 103 | 100 | 43 |
| Binary | 10000011 | 10010000 | 100000 | 1001 | 0 | 1001110 | 101100 | 1000011 | 1000000 | 100011 |
Color Harmonies of #839020
Complementary color
Monochromatic Colors of #839020
Black with #839020
Text Example
Text Example
White with #839020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839020; }
p { color: rgb(131,144,32); }
H1.HeaderClassName
{
color: #839020;
}
.AnyTagClassName
{
color: #839020;
}
</style>
background-color css
<style>
a { background-color: #839020; }
a { background-color: rgb(131,144,32); }
div.DivClassName
{
background-color: #839020;
}
.BgClassName
{
background-color: #839020;
}
</style>
border-color css
<style>
span { border-color: #839020; }
span { border-color: rgb(131,144,32); }
td.TdClassName
{
border-color: #839020;
}
.TagClassName
{
border-color: #839020;
}
</style>