Shades of Trendy Green #858426
Tints of Trendy Green #858426
RGB
CMYK
RGB Variations
Color information
#858426 (or 0x858426) is known color: Trendy Green. HEX triplet: 85, 84 and 26. RGB value is (133,132,38). Sum of RGB (Red+Green+Blue) = 133+132+38=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #858426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858426 is #7A7BD9. Grayscale: #797979. Windows color (decimal): -8027098 or 2524293. OLE color: 2524293.
HSL color Cylindrical-coordinate representation of color #858426: hue angle of 59.37º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #858426 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 38 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.48 |
| HSL | 59.37º | 0.56% | 0.34% | - |
| HSV(B) | 59.37º | 0.71% | 0.52% | - |
| XYZ | 18.27 | 21.63 | 5.05 | - |
| YUV | 121.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 38 | 0 | 0.01 | 0.71 | 0.48 | 59.37 | 0.56 | 0.34 |
| Hex | 85 | 84 | 26 | 0 | 1 | 47 | 30 | 3B | 38 | 22 |
| Octal | 205 | 204 | 46 | 0 | 1 | 107 | 60 | 73 | 70 | 42 |
| Binary | 10000101 | 10000100 | 100110 | 0 | 1 | 1000111 | 110000 | 111011 | 111000 | 100010 |
Color Harmonies of #858426
Complementary color
Monochromatic Colors of #858426
Black with #858426
Text Example
Text Example
White with #858426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858426; }
p { color: rgb(133,132,38); }
H1.HeaderClassName
{
color: #858426;
}
.AnyTagClassName
{
color: #858426;
}
</style>
background-color css
<style>
a { background-color: #858426; }
a { background-color: rgb(133,132,38); }
div.DivClassName
{
background-color: #858426;
}
.BgClassName
{
background-color: #858426;
}
</style>
border-color css
<style>
span { border-color: #858426; }
span { border-color: rgb(133,132,38); }
td.TdClassName
{
border-color: #858426;
}
.TagClassName
{
border-color: #858426;
}
</style>