Shades of Trendy Green #838224
Tints of Trendy Green #838224
RGB
CMYK
RGB Variations
Color information
#838224 (or 0x838224) is known color: Trendy Green. HEX triplet: 83, 82 and 24. RGB value is (131,130,36). Sum of RGB (Red+Green+Blue) = 131+130+36=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #838224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838224 is #7C7DDB. Grayscale: #777777. Windows color (decimal): -8158684 or 2392707. OLE color: 2392707.
HSL color Cylindrical-coordinate representation of color #838224: hue angle of 59.37º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #838224 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 130 | 36 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.49 |
| HSL | 59.37º | 0.57% | 0.33% | - |
| HSV(B) | 59.37º | 0.73% | 0.51% | - |
| XYZ | 17.66 | 20.92 | 4.78 | - |
| YUV | 119.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 36 | 0 | 0.01 | 0.73 | 0.49 | 59.37 | 0.57 | 0.33 |
| Hex | 83 | 82 | 24 | 0 | 1 | 49 | 31 | 3B | 39 | 21 |
| Octal | 203 | 202 | 44 | 0 | 1 | 111 | 61 | 73 | 71 | 41 |
| Binary | 10000011 | 10000010 | 100100 | 0 | 1 | 1001001 | 110001 | 111011 | 111001 | 100001 |
Color Harmonies of #838224
Complementary color
Monochromatic Colors of #838224
Black with #838224
Text Example
Text Example
White with #838224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838224; }
p { color: rgb(131,130,36); }
H1.HeaderClassName
{
color: #838224;
}
.AnyTagClassName
{
color: #838224;
}
</style>
background-color css
<style>
a { background-color: #838224; }
a { background-color: rgb(131,130,36); }
div.DivClassName
{
background-color: #838224;
}
.BgClassName
{
background-color: #838224;
}
</style>
border-color css
<style>
span { border-color: #838224; }
span { border-color: rgb(131,130,36); }
td.TdClassName
{
border-color: #838224;
}
.TagClassName
{
border-color: #838224;
}
</style>