Shades of Trendy Green #848332
Tints of Trendy Green #848332
RGB
CMYK
RGB Variations
Color information
#848332 (or 0x848332) is known color: Trendy Green. HEX triplet: 84, 83 and 32. RGB value is (132,131,50). Sum of RGB (Red+Green+Blue) = 132+131+50=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #848332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848332 is #7B7CCD. Grayscale: #7A7A7A. Windows color (decimal): -8092878 or 3310468. OLE color: 3310468.
HSL color Cylindrical-coordinate representation of color #848332: hue angle of 59.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #848332 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 50 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.48 |
| HSL | 59.27º | 0.45% | 0.36% | - |
| HSV(B) | 59.27º | 0.62% | 0.52% | - |
| XYZ | 18.21 | 21.37 | 6.18 | - |
| YUV | 122.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 50 | 0 | 0.01 | 0.62 | 0.48 | 59.27 | 0.45 | 0.36 |
| Hex | 84 | 83 | 32 | 0 | 1 | 3E | 30 | 3B | 2D | 24 |
| Octal | 204 | 203 | 62 | 0 | 1 | 76 | 60 | 73 | 55 | 44 |
| Binary | 10000100 | 10000011 | 110010 | 0 | 1 | 111110 | 110000 | 111011 | 101101 | 100100 |
Color Harmonies of #848332
Complementary color
Monochromatic Colors of #848332
Black with #848332
Text Example
Text Example
White with #848332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848332; }
p { color: rgb(132,131,50); }
H1.HeaderClassName
{
color: #848332;
}
.AnyTagClassName
{
color: #848332;
}
</style>
background-color css
<style>
a { background-color: #848332; }
a { background-color: rgb(132,131,50); }
div.DivClassName
{
background-color: #848332;
}
.BgClassName
{
background-color: #848332;
}
</style>
border-color css
<style>
span { border-color: #848332; }
span { border-color: rgb(132,131,50); }
td.TdClassName
{
border-color: #848332;
}
.TagClassName
{
border-color: #848332;
}
</style>