Shades of Trendy Green #858413
Tints of Trendy Green #858413
RGB
CMYK
RGB Variations
Color information
#858413 (or 0x858413) is known color: Trendy Green. HEX triplet: 85, 84 and 13. RGB value is (133,132,19). Sum of RGB (Red+Green+Blue) = 133+132+19=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #858413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858413 is #7A7BEC. Grayscale: #777777. Windows color (decimal): -8027117 or 1279109. OLE color: 1279109.
HSL color Cylindrical-coordinate representation of color #858413: hue angle of 59.47º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #858413 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 19 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.48 |
| HSL | 59.47º | 0.75% | 0.3% | - |
| HSV(B) | 59.47º | 0.86% | 0.52% | - |
| XYZ | 18.04 | 21.54 | 3.82 | - |
| YUV | 119.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 19 | 0 | 0.01 | 0.86 | 0.48 | 59.47 | 0.75 | 0.3 |
| Hex | 85 | 84 | 13 | 0 | 1 | 56 | 30 | 3B | 4B | 1E |
| Octal | 205 | 204 | 23 | 0 | 1 | 126 | 60 | 73 | 113 | 36 |
| Binary | 10000101 | 10000100 | 10011 | 0 | 1 | 1010110 | 110000 | 111011 | 1001011 | 11110 |
Color Harmonies of #858413
Complementary color
Monochromatic Colors of #858413
Black with #858413
Text Example
Text Example
White with #858413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858413; }
p { color: rgb(133,132,19); }
H1.HeaderClassName
{
color: #858413;
}
.AnyTagClassName
{
color: #858413;
}
</style>
background-color css
<style>
a { background-color: #858413; }
a { background-color: rgb(133,132,19); }
div.DivClassName
{
background-color: #858413;
}
.BgClassName
{
background-color: #858413;
}
</style>
border-color css
<style>
span { border-color: #858413; }
span { border-color: rgb(133,132,19); }
td.TdClassName
{
border-color: #858413;
}
.TagClassName
{
border-color: #858413;
}
</style>