Shades of Trendy Green #848423
Tints of Trendy Green #848423
RGB
CMYK
RGB Variations
Color information
#848423 (or 0x848423) is known color: Trendy Green. HEX triplet: 84, 84 and 23. RGB value is (132,132,35). Sum of RGB (Red+Green+Blue) = 132+132+35=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848423 is #7B7BDC. Grayscale: #797979. Windows color (decimal): -8092637 or 2327684. OLE color: 2327684.
HSL color Cylindrical-coordinate representation of color #848423: hue angle of 60º degrees, saturation: 0.58, 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 #848423 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 35 | - |
| CMYK | 0 | 0 | 0.73 | 0.48 |
| HSL | 60º | 0.58% | 0.33% | - |
| HSV(B) | 60º | 0.73% | 0.52% | - |
| XYZ | 18.07 | 21.53 | 4.79 | - |
| YUV | 120.94 | 79.5 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 35 | 0 | 0 | 0.73 | 0.48 | 60 | 0.58 | 0.33 |
| Hex | 84 | 84 | 23 | 0 | 0 | 49 | 30 | 3C | 3A | 21 |
| Octal | 204 | 204 | 43 | 0 | 0 | 111 | 60 | 74 | 72 | 41 |
| Binary | 10000100 | 10000100 | 100011 | 0 | 0 | 1001001 | 110000 | 111100 | 111010 | 100001 |
Color Harmonies of #848423
Complementary color
Monochromatic Colors of #848423
Black with #848423
Text Example
Text Example
White with #848423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848423; }
p { color: rgb(132,132,35); }
H1.HeaderClassName
{
color: #848423;
}
.AnyTagClassName
{
color: #848423;
}
</style>
background-color css
<style>
a { background-color: #848423; }
a { background-color: rgb(132,132,35); }
div.DivClassName
{
background-color: #848423;
}
.BgClassName
{
background-color: #848423;
}
</style>
border-color css
<style>
span { border-color: #848423; }
span { border-color: rgb(132,132,35); }
td.TdClassName
{
border-color: #848423;
}
.TagClassName
{
border-color: #848423;
}
</style>