Shades of Trendy Green #838322
Tints of Trendy Green #838322
RGB
CMYK
RGB Variations
Color information
#838322 (or 0x838322) is known color: Trendy Green. HEX triplet: 83, 83 and 22. RGB value is (131,131,34). Sum of RGB (Red+Green+Blue) = 131+131+34=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838322 is #7C7CDD. Grayscale: #787878. Windows color (decimal): -8158430 or 2261891. OLE color: 2261891.
HSL color Cylindrical-coordinate representation of color #838322: hue angle of 60º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #838322 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 131 | 34 | - |
| CMYK | 0 | 0 | 0.74 | 0.49 |
| HSL | 60º | 0.59% | 0.32% | - |
| HSV(B) | 60º | 0.74% | 0.51% | - |
| XYZ | 17.77 | 21.17 | 4.66 | - |
| YUV | 119.94 | 79.5 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 34 | 0 | 0 | 0.74 | 0.49 | 60 | 0.59 | 0.32 |
| Hex | 83 | 83 | 22 | 0 | 0 | 4A | 31 | 3C | 3B | 20 |
| Octal | 203 | 203 | 42 | 0 | 0 | 112 | 61 | 74 | 73 | 40 |
| Binary | 10000011 | 10000011 | 100010 | 0 | 0 | 1001010 | 110001 | 111100 | 111011 | 100000 |
Color Harmonies of #838322
Complementary color
Monochromatic Colors of #838322
Black with #838322
Text Example
Text Example
White with #838322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838322; }
p { color: rgb(131,131,34); }
H1.HeaderClassName
{
color: #838322;
}
.AnyTagClassName
{
color: #838322;
}
</style>
background-color css
<style>
a { background-color: #838322; }
a { background-color: rgb(131,131,34); }
div.DivClassName
{
background-color: #838322;
}
.BgClassName
{
background-color: #838322;
}
</style>
border-color css
<style>
span { border-color: #838322; }
span { border-color: rgb(131,131,34); }
td.TdClassName
{
border-color: #838322;
}
.TagClassName
{
border-color: #838322;
}
</style>