Shades of Trendy Green #858313
Tints of Trendy Green #858313
RGB
CMYK
RGB Variations
Color information
#858313 (or 0x858313) is known color: Trendy Green. HEX triplet: 85, 83 and 13. RGB value is (133,131,19). Sum of RGB (Red+Green+Blue) = 133+131+19=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #858313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858313 is #7A7CEC. Grayscale: #777777. Windows color (decimal): -8027373 or 1278853. OLE color: 1278853.
HSL color Cylindrical-coordinate representation of color #858313: hue angle of 58.95º 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 #858313 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 131 | 19 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.48 |
| HSL | 58.95º | 0.75% | 0.3% | - |
| HSV(B) | 58.95º | 0.86% | 0.52% | - |
| XYZ | 17.91 | 21.27 | 3.78 | - |
| YUV | 118.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 19 | 0 | 0.02 | 0.86 | 0.48 | 58.95 | 0.75 | 0.3 |
| Hex | 85 | 83 | 13 | 0 | 2 | 56 | 30 | 3B | 4B | 1E |
| Octal | 205 | 203 | 23 | 0 | 2 | 126 | 60 | 73 | 113 | 36 |
| Binary | 10000101 | 10000011 | 10011 | 0 | 10 | 1010110 | 110000 | 111011 | 1001011 | 11110 |
Color Harmonies of #858313
Complementary color
Monochromatic Colors of #858313
Black with #858313
Text Example
Text Example
White with #858313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858313; }
p { color: rgb(133,131,19); }
H1.HeaderClassName
{
color: #858313;
}
.AnyTagClassName
{
color: #858313;
}
</style>
background-color css
<style>
a { background-color: #858313; }
a { background-color: rgb(133,131,19); }
div.DivClassName
{
background-color: #858313;
}
.BgClassName
{
background-color: #858313;
}
</style>
border-color css
<style>
span { border-color: #858313; }
span { border-color: rgb(133,131,19); }
td.TdClassName
{
border-color: #858313;
}
.TagClassName
{
border-color: #858313;
}
</style>