Shades of Trendy Green #848024
Tints of Trendy Green #848024
RGB
CMYK
RGB Variations
Color information
#848024 (or 0x848024) is known color: Trendy Green. HEX triplet: 84, 80 and 24. RGB value is (132,128,36). Sum of RGB (Red+Green+Blue) = 132+128+36=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #848024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848024 is #7B7FDB. Grayscale: #777777. Windows color (decimal): -8093660 or 2392196. OLE color: 2392196.
HSL color Cylindrical-coordinate representation of color #848024: hue angle of 57.5º 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 #848024 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 36 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.48 |
| HSL | 57.5º | 0.57% | 0.33% | - |
| HSV(B) | 57.5º | 0.73% | 0.52% | - |
| XYZ | 17.55 | 20.47 | 4.7 | - |
| YUV | 118.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 36 | 0 | 0.03 | 0.73 | 0.48 | 57.5 | 0.57 | 0.33 |
| Hex | 84 | 80 | 24 | 0 | 3 | 49 | 30 | 3A | 39 | 21 |
| Octal | 204 | 200 | 44 | 0 | 3 | 111 | 60 | 72 | 71 | 41 |
| Binary | 10000100 | 10000000 | 100100 | 0 | 11 | 1001001 | 110000 | 111010 | 111001 | 100001 |
Color Harmonies of #848024
Complementary color
Monochromatic Colors of #848024
Black with #848024
Text Example
Text Example
White with #848024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848024; }
p { color: rgb(132,128,36); }
H1.HeaderClassName
{
color: #848024;
}
.AnyTagClassName
{
color: #848024;
}
</style>
background-color css
<style>
a { background-color: #848024; }
a { background-color: rgb(132,128,36); }
div.DivClassName
{
background-color: #848024;
}
.BgClassName
{
background-color: #848024;
}
</style>
border-color css
<style>
span { border-color: #848024; }
span { border-color: rgb(132,128,36); }
td.TdClassName
{
border-color: #848024;
}
.TagClassName
{
border-color: #848024;
}
</style>