Shades of Trendy Green #838722
Tints of Trendy Green #838722
RGB
CMYK
RGB Variations
Color information
#838722 (or 0x838722) is known color: Trendy Green. HEX triplet: 83, 87 and 22. RGB value is (131,135,34). Sum of RGB (Red+Green+Blue) = 131+135+34=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #838722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838722 is #7C78DD. Grayscale: #7A7A7A. Windows color (decimal): -8157406 or 2262915. OLE color: 2262915.
HSL color Cylindrical-coordinate representation of color #838722: hue angle of 62.38º 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 #838722 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 34 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.47 |
| HSL | 62.38º | 0.6% | 0.33% | - |
| HSV(B) | 62.38º | 0.75% | 0.53% | - |
| XYZ | 18.31 | 22.27 | 4.85 | - |
| YUV | 122.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 34 | 0.03 | 0 | 0.75 | 0.47 | 62.38 | 0.6 | 0.33 |
| Hex | 83 | 87 | 22 | 3 | 0 | 4B | 2F | 3E | 3C | 21 |
| Octal | 203 | 207 | 42 | 3 | 0 | 113 | 57 | 76 | 74 | 41 |
| Binary | 10000011 | 10000111 | 100010 | 11 | 0 | 1001011 | 101111 | 111110 | 111100 | 100001 |
Color Harmonies of #838722
Complementary color
Monochromatic Colors of #838722
Black with #838722
Text Example
Text Example
White with #838722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838722; }
p { color: rgb(131,135,34); }
H1.HeaderClassName
{
color: #838722;
}
.AnyTagClassName
{
color: #838722;
}
</style>
background-color css
<style>
a { background-color: #838722; }
a { background-color: rgb(131,135,34); }
div.DivClassName
{
background-color: #838722;
}
.BgClassName
{
background-color: #838722;
}
</style>
border-color css
<style>
span { border-color: #838722; }
span { border-color: rgb(131,135,34); }
td.TdClassName
{
border-color: #838722;
}
.TagClassName
{
border-color: #838722;
}
</style>