Shades of Trendy Green #858423
Tints of Trendy Green #858423
RGB
CMYK
RGB Variations
Color information
#858423 (or 0x858423) is known color: Trendy Green. HEX triplet: 85, 84 and 23. RGB value is (133,132,35). Sum of RGB (Red+Green+Blue) = 133+132+35=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #858423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858423 is #7A7BDC. Grayscale: #797979. Windows color (decimal): -8027101 or 2327685. OLE color: 2327685.
HSL color Cylindrical-coordinate representation of color #858423: hue angle of 59.39º 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 #858423 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 35 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.48 |
| HSL | 59.39º | 0.58% | 0.33% | - |
| HSV(B) | 59.39º | 0.74% | 0.52% | - |
| XYZ | 18.23 | 21.61 | 4.8 | - |
| YUV | 121.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 35 | 0 | 0.01 | 0.74 | 0.48 | 59.39 | 0.58 | 0.33 |
| Hex | 85 | 84 | 23 | 0 | 1 | 4A | 30 | 3B | 3A | 21 |
| Octal | 205 | 204 | 43 | 0 | 1 | 112 | 60 | 73 | 72 | 41 |
| Binary | 10000101 | 10000100 | 100011 | 0 | 1 | 1001010 | 110000 | 111011 | 111010 | 100001 |
Color Harmonies of #858423
Complementary color
Monochromatic Colors of #858423
Black with #858423
Text Example
Text Example
White with #858423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858423; }
p { color: rgb(133,132,35); }
H1.HeaderClassName
{
color: #858423;
}
.AnyTagClassName
{
color: #858423;
}
</style>
background-color css
<style>
a { background-color: #858423; }
a { background-color: rgb(133,132,35); }
div.DivClassName
{
background-color: #858423;
}
.BgClassName
{
background-color: #858423;
}
</style>
border-color css
<style>
span { border-color: #858423; }
span { border-color: rgb(133,132,35); }
td.TdClassName
{
border-color: #858423;
}
.TagClassName
{
border-color: #858423;
}
</style>