Shades of Trendy Green #858219
Tints of Trendy Green #858219
RGB
CMYK
RGB Variations
Color information
#858219 (or 0x858219) is known color: Trendy Green. HEX triplet: 85, 82 and 19. RGB value is (133,130,25). Sum of RGB (Red+Green+Blue) = 133+130+25=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #858219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858219 is #7A7DE6. Grayscale: #777777. Windows color (decimal): -8027623 or 1671813. OLE color: 1671813.
HSL color Cylindrical-coordinate representation of color #858219: hue angle of 58.33º 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 #858219 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 25 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.48 |
| HSL | 58.33º | 0.68% | 0.31% | - |
| HSV(B) | 58.33º | 0.81% | 0.52% | - |
| XYZ | 17.83 | 21.02 | 4.04 | - |
| YUV | 118.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 25 | 0 | 0.02 | 0.81 | 0.48 | 58.33 | 0.68 | 0.31 |
| Hex | 85 | 82 | 19 | 0 | 2 | 51 | 30 | 3A | 44 | 1F |
| Octal | 205 | 202 | 31 | 0 | 2 | 121 | 60 | 72 | 104 | 37 |
| Binary | 10000101 | 10000010 | 11001 | 0 | 10 | 1010001 | 110000 | 111010 | 1000100 | 11111 |
Color Harmonies of #858219
Complementary color
Monochromatic Colors of #858219
Black with #858219
Text Example
Text Example
White with #858219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858219; }
p { color: rgb(133,130,25); }
H1.HeaderClassName
{
color: #858219;
}
.AnyTagClassName
{
color: #858219;
}
</style>
background-color css
<style>
a { background-color: #858219; }
a { background-color: rgb(133,130,25); }
div.DivClassName
{
background-color: #858219;
}
.BgClassName
{
background-color: #858219;
}
</style>
border-color css
<style>
span { border-color: #858219; }
span { border-color: rgb(133,130,25); }
td.TdClassName
{
border-color: #858219;
}
.TagClassName
{
border-color: #858219;
}
</style>