Shades of Trendy Green #858519
Tints of Trendy Green #858519
RGB
CMYK
RGB Variations
Color information
#858519 (or 0x858519) is known color: Trendy Green. HEX triplet: 85, 85 and 19. RGB value is (133,133,25). Sum of RGB (Red+Green+Blue) = 133+133+25=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858519 is #7A7AE6. Grayscale: #797979. Windows color (decimal): -8026855 or 1672581. OLE color: 1672581.
HSL color Cylindrical-coordinate representation of color #858519: hue angle of 60º 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 #858519 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 25 | - |
| CMYK | 0 | 0 | 0.81 | 0.48 |
| HSL | 60º | 0.68% | 0.31% | - |
| HSV(B) | 60º | 0.81% | 0.52% | - |
| XYZ | 18.24 | 21.83 | 4.17 | - |
| YUV | 120.69 | 74 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 25 | 0 | 0 | 0.81 | 0.48 | 60 | 0.68 | 0.31 |
| Hex | 85 | 85 | 19 | 0 | 0 | 51 | 30 | 3C | 44 | 1F |
| Octal | 205 | 205 | 31 | 0 | 0 | 121 | 60 | 74 | 104 | 37 |
| Binary | 10000101 | 10000101 | 11001 | 0 | 0 | 1010001 | 110000 | 111100 | 1000100 | 11111 |
Color Harmonies of #858519
Complementary color
Monochromatic Colors of #858519
Black with #858519
Text Example
Text Example
White with #858519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858519; }
p { color: rgb(133,133,25); }
H1.HeaderClassName
{
color: #858519;
}
.AnyTagClassName
{
color: #858519;
}
</style>
background-color css
<style>
a { background-color: #858519; }
a { background-color: rgb(133,133,25); }
div.DivClassName
{
background-color: #858519;
}
.BgClassName
{
background-color: #858519;
}
</style>
border-color css
<style>
span { border-color: #858519; }
span { border-color: rgb(133,133,25); }
td.TdClassName
{
border-color: #858519;
}
.TagClassName
{
border-color: #858519;
}
</style>