Shades of Trendy Green #838622
Tints of Trendy Green #838622
RGB
CMYK
RGB Variations
Color information
#838622 (or 0x838622) is known color: Trendy Green. HEX triplet: 83, 86 and 22. RGB value is (131,134,34). Sum of RGB (Red+Green+Blue) = 131+134+34=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #838622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838622 is #7C79DD. Grayscale: #7A7A7A. Windows color (decimal): -8157662 or 2262659. OLE color: 2262659.
HSL color Cylindrical-coordinate representation of color #838622: hue angle of 61.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #838622 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 134 | 34 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.47 |
| HSL | 61.8º | 0.6% | 0.33% | - |
| HSV(B) | 61.8º | 0.75% | 0.53% | - |
| XYZ | 18.17 | 21.99 | 4.8 | - |
| YUV | 121.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 34 | 0.02 | 0 | 0.75 | 0.47 | 61.8 | 0.6 | 0.33 |
| Hex | 83 | 86 | 22 | 2 | 0 | 4B | 2F | 3E | 3C | 21 |
| Octal | 203 | 206 | 42 | 2 | 0 | 113 | 57 | 76 | 74 | 41 |
| Binary | 10000011 | 10000110 | 100010 | 10 | 0 | 1001011 | 101111 | 111110 | 111100 | 100001 |
Color Harmonies of #838622
Complementary color
Monochromatic Colors of #838622
Black with #838622
Text Example
Text Example
White with #838622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838622; }
p { color: rgb(131,134,34); }
H1.HeaderClassName
{
color: #838622;
}
.AnyTagClassName
{
color: #838622;
}
</style>
background-color css
<style>
a { background-color: #838622; }
a { background-color: rgb(131,134,34); }
div.DivClassName
{
background-color: #838622;
}
.BgClassName
{
background-color: #838622;
}
</style>
border-color css
<style>
span { border-color: #838622; }
span { border-color: rgb(131,134,34); }
td.TdClassName
{
border-color: #838622;
}
.TagClassName
{
border-color: #838622;
}
</style>