Shades of Trendy Green #848432
Tints of Trendy Green #848432
RGB
CMYK
RGB Variations
Color information
#848432 (or 0x848432) is known color: Trendy Green. HEX triplet: 84, 84 and 32. RGB value is (132,132,50). Sum of RGB (Red+Green+Blue) = 132+132+50=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848432 is #7B7BCD. Grayscale: #7A7A7A. Windows color (decimal): -8092622 or 3310724. OLE color: 3310724.
HSL color Cylindrical-coordinate representation of color #848432: hue angle of 60º 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 #848432 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 50 | - |
| CMYK | 0 | 0 | 0.62 | 0.48 |
| HSL | 60º | 0.45% | 0.36% | - |
| HSV(B) | 60º | 0.62% | 0.52% | - |
| XYZ | 18.34 | 21.64 | 6.23 | - |
| YUV | 122.65 | 87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 50 | 0 | 0 | 0.62 | 0.48 | 60 | 0.45 | 0.36 |
| Hex | 84 | 84 | 32 | 0 | 0 | 3E | 30 | 3C | 2D | 24 |
| Octal | 204 | 204 | 62 | 0 | 0 | 76 | 60 | 74 | 55 | 44 |
| Binary | 10000100 | 10000100 | 110010 | 0 | 0 | 111110 | 110000 | 111100 | 101101 | 100100 |
Color Harmonies of #848432
Complementary color
Monochromatic Colors of #848432
Black with #848432
Text Example
Text Example
White with #848432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848432; }
p { color: rgb(132,132,50); }
H1.HeaderClassName
{
color: #848432;
}
.AnyTagClassName
{
color: #848432;
}
</style>
background-color css
<style>
a { background-color: #848432; }
a { background-color: rgb(132,132,50); }
div.DivClassName
{
background-color: #848432;
}
.BgClassName
{
background-color: #848432;
}
</style>
border-color css
<style>
span { border-color: #848432; }
span { border-color: rgb(132,132,50); }
td.TdClassName
{
border-color: #848432;
}
.TagClassName
{
border-color: #848432;
}
</style>