Shades of Trendy Green #858323
Tints of Trendy Green #858323
RGB
CMYK
RGB Variations
Color information
#858323 (or 0x858323) is known color: Trendy Green. HEX triplet: 85, 83 and 23. RGB value is (133,131,35). Sum of RGB (Red+Green+Blue) = 133+131+35=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #858323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858323 is #7A7CDC. Grayscale: #797979. Windows color (decimal): -8027357 or 2327429. OLE color: 2327429.
HSL color Cylindrical-coordinate representation of color #858323: hue angle of 58.78º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #858323 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 131 | 35 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.48 |
| HSL | 58.78º | 0.58% | 0.33% | - |
| HSV(B) | 58.78º | 0.74% | 0.52% | - |
| XYZ | 18.09 | 21.34 | 4.76 | - |
| YUV | 120.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 35 | 0 | 0.02 | 0.74 | 0.48 | 58.78 | 0.58 | 0.33 |
| Hex | 85 | 83 | 23 | 0 | 2 | 4A | 30 | 3B | 3A | 21 |
| Octal | 205 | 203 | 43 | 0 | 2 | 112 | 60 | 73 | 72 | 41 |
| Binary | 10000101 | 10000011 | 100011 | 0 | 10 | 1001010 | 110000 | 111011 | 111010 | 100001 |
Color Harmonies of #858323
Complementary color
Monochromatic Colors of #858323
Black with #858323
Text Example
Text Example
White with #858323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858323; }
p { color: rgb(133,131,35); }
H1.HeaderClassName
{
color: #858323;
}
.AnyTagClassName
{
color: #858323;
}
</style>
background-color css
<style>
a { background-color: #858323; }
a { background-color: rgb(133,131,35); }
div.DivClassName
{
background-color: #858323;
}
.BgClassName
{
background-color: #858323;
}
</style>
border-color css
<style>
span { border-color: #858323; }
span { border-color: rgb(133,131,35); }
td.TdClassName
{
border-color: #858323;
}
.TagClassName
{
border-color: #858323;
}
</style>