Shades of Trendy Green #848424
Tints of Trendy Green #848424
RGB
CMYK
RGB Variations
Color information
#848424 (or 0x848424) is known color: Trendy Green. HEX triplet: 84, 84 and 24. RGB value is (132,132,36). Sum of RGB (Red+Green+Blue) = 132+132+36=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848424 is #7B7BDB. Grayscale: #797979. Windows color (decimal): -8092636 or 2393220. OLE color: 2393220.
HSL color Cylindrical-coordinate representation of color #848424: hue angle of 60º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #848424 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 36 | - |
| CMYK | 0 | 0 | 0.73 | 0.48 |
| HSL | 60º | 0.57% | 0.33% | - |
| HSV(B) | 60º | 0.73% | 0.52% | - |
| XYZ | 18.09 | 21.54 | 4.87 | - |
| YUV | 121.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 36 | 0 | 0 | 0.73 | 0.48 | 60 | 0.57 | 0.33 |
| Hex | 84 | 84 | 24 | 0 | 0 | 49 | 30 | 3C | 39 | 21 |
| Octal | 204 | 204 | 44 | 0 | 0 | 111 | 60 | 74 | 71 | 41 |
| Binary | 10000100 | 10000100 | 100100 | 0 | 0 | 1001001 | 110000 | 111100 | 111001 | 100001 |
Color Harmonies of #848424
Complementary color
Monochromatic Colors of #848424
Black with #848424
Text Example
Text Example
White with #848424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848424; }
p { color: rgb(132,132,36); }
H1.HeaderClassName
{
color: #848424;
}
.AnyTagClassName
{
color: #848424;
}
</style>
background-color css
<style>
a { background-color: #848424; }
a { background-color: rgb(132,132,36); }
div.DivClassName
{
background-color: #848424;
}
.BgClassName
{
background-color: #848424;
}
</style>
border-color css
<style>
span { border-color: #848424; }
span { border-color: rgb(132,132,36); }
td.TdClassName
{
border-color: #848424;
}
.TagClassName
{
border-color: #848424;
}
</style>