Shades of Trendy Green #858019
Tints of Trendy Green #858019
RGB
CMYK
RGB Variations
Color information
#858019 (or 0x858019) is known color: Trendy Green. HEX triplet: 85, 80 and 19. RGB value is (133,128,25). Sum of RGB (Red+Green+Blue) = 133+128+25=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #858019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858019 is #7A7FE6. Grayscale: #767676. Windows color (decimal): -8028135 or 1671301. OLE color: 1671301.
HSL color Cylindrical-coordinate representation of color #858019: hue angle of 57.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #858019 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 25 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.48 |
| HSL | 57.22º | 0.68% | 0.31% | - |
| HSV(B) | 57.22º | 0.81% | 0.52% | - |
| XYZ | 17.57 | 20.5 | 3.95 | - |
| YUV | 117.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 25 | 0 | 0.04 | 0.81 | 0.48 | 57.22 | 0.68 | 0.31 |
| Hex | 85 | 80 | 19 | 0 | 4 | 51 | 30 | 39 | 44 | 1F |
| Octal | 205 | 200 | 31 | 0 | 4 | 121 | 60 | 71 | 104 | 37 |
| Binary | 10000101 | 10000000 | 11001 | 0 | 100 | 1010001 | 110000 | 111001 | 1000100 | 11111 |
Color Harmonies of #858019
Complementary color
Monochromatic Colors of #858019
Black with #858019
Text Example
Text Example
White with #858019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858019; }
p { color: rgb(133,128,25); }
H1.HeaderClassName
{
color: #858019;
}
.AnyTagClassName
{
color: #858019;
}
</style>
background-color css
<style>
a { background-color: #858019; }
a { background-color: rgb(133,128,25); }
div.DivClassName
{
background-color: #858019;
}
.BgClassName
{
background-color: #858019;
}
</style>
border-color css
<style>
span { border-color: #858019; }
span { border-color: rgb(133,128,25); }
td.TdClassName
{
border-color: #858019;
}
.TagClassName
{
border-color: #858019;
}
</style>