Shades of Trendy Green #858425
Tints of Trendy Green #858425
RGB
CMYK
RGB Variations
Color information
#858425 (or 0x858425) is known color: Trendy Green. HEX triplet: 85, 84 and 25. RGB value is (133,132,37). Sum of RGB (Red+Green+Blue) = 133+132+37=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #858425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858425 is #7A7BDA. Grayscale: #797979. Windows color (decimal): -8027099 or 2458757. OLE color: 2458757.
HSL color Cylindrical-coordinate representation of color #858425: hue angle of 59.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #858425 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 37 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.48 |
| HSL | 59.38º | 0.56% | 0.33% | - |
| HSV(B) | 59.38º | 0.72% | 0.52% | - |
| XYZ | 18.26 | 21.62 | 4.96 | - |
| YUV | 121.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 37 | 0 | 0.01 | 0.72 | 0.48 | 59.38 | 0.56 | 0.33 |
| Hex | 85 | 84 | 25 | 0 | 1 | 48 | 30 | 3B | 38 | 21 |
| Octal | 205 | 204 | 45 | 0 | 1 | 110 | 60 | 73 | 70 | 41 |
| Binary | 10000101 | 10000100 | 100101 | 0 | 1 | 1001000 | 110000 | 111011 | 111000 | 100001 |
Color Harmonies of #858425
Complementary color
Monochromatic Colors of #858425
Black with #858425
Text Example
Text Example
White with #858425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858425; }
p { color: rgb(133,132,37); }
H1.HeaderClassName
{
color: #858425;
}
.AnyTagClassName
{
color: #858425;
}
</style>
background-color css
<style>
a { background-color: #858425; }
a { background-color: rgb(133,132,37); }
div.DivClassName
{
background-color: #858425;
}
.BgClassName
{
background-color: #858425;
}
</style>
border-color css
<style>
span { border-color: #858425; }
span { border-color: rgb(133,132,37); }
td.TdClassName
{
border-color: #858425;
}
.TagClassName
{
border-color: #858425;
}
</style>