Shades of Trendy Green #858433
Tints of Trendy Green #858433
RGB
CMYK
RGB Variations
Color information
#858433 (or 0x858433) is known color: Trendy Green. HEX triplet: 85, 84 and 33. RGB value is (133,132,51). Sum of RGB (Red+Green+Blue) = 133+132+51=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #858433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858433 is #7A7BCC. Grayscale: #7B7B7B. Windows color (decimal): -8027085 or 3376261. OLE color: 3376261.
HSL color Cylindrical-coordinate representation of color #858433: hue angle of 59.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #858433 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 51 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.48 |
| HSL | 59.27º | 0.45% | 0.36% | - |
| HSV(B) | 59.27º | 0.62% | 0.52% | - |
| XYZ | 18.52 | 21.73 | 6.35 | - |
| YUV | 123.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 51 | 0 | 0.01 | 0.62 | 0.48 | 59.27 | 0.45 | 0.36 |
| Hex | 85 | 84 | 33 | 0 | 1 | 3E | 30 | 3B | 2D | 24 |
| Octal | 205 | 204 | 63 | 0 | 1 | 76 | 60 | 73 | 55 | 44 |
| Binary | 10000101 | 10000100 | 110011 | 0 | 1 | 111110 | 110000 | 111011 | 101101 | 100100 |
Color Harmonies of #858433
Complementary color
Monochromatic Colors of #858433
Black with #858433
Text Example
Text Example
White with #858433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858433; }
p { color: rgb(133,132,51); }
H1.HeaderClassName
{
color: #858433;
}
.AnyTagClassName
{
color: #858433;
}
</style>
background-color css
<style>
a { background-color: #858433; }
a { background-color: rgb(133,132,51); }
div.DivClassName
{
background-color: #858433;
}
.BgClassName
{
background-color: #858433;
}
</style>
border-color css
<style>
span { border-color: #858433; }
span { border-color: rgb(133,132,51); }
td.TdClassName
{
border-color: #858433;
}
.TagClassName
{
border-color: #858433;
}
</style>