Shades of Trendy Green #80852C
Tints of Trendy Green #80852C
RGB
CMYK
RGB Variations
Color information
#80852C (or 0x80852C) is known color: Trendy Green. HEX triplet: 80, 85 and 2C. RGB value is (128,133,44). Sum of RGB (Red+Green+Blue) = 128+133+44=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #80852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80852C is #7F7AD3. Grayscale: #797979. Windows color (decimal): -8354516 or 2917760. OLE color: 2917760.
HSL color Cylindrical-coordinate representation of color #80852C: hue angle of 63.37º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80852C is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 44 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.48 |
| HSL | 63.37º | 0.5% | 0.35% | - |
| HSV(B) | 63.37º | 0.67% | 0.52% | - |
| XYZ | 17.74 | 21.55 | 5.61 | - |
| YUV | 121.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 44 | 0.04 | 0 | 0.67 | 0.48 | 63.37 | 0.5 | 0.35 |
| Hex | 80 | 85 | 2C | 4 | 0 | 43 | 30 | 3F | 32 | 23 |
| Octal | 200 | 205 | 54 | 4 | 0 | 103 | 60 | 77 | 62 | 43 |
| Binary | 10000000 | 10000101 | 101100 | 100 | 0 | 1000011 | 110000 | 111111 | 110010 | 100011 |
Color Harmonies of #80852C
Complementary color
Monochromatic Colors of #80852C
Black with #80852C
Text Example
Text Example
White with #80852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80852C; }
p { color: rgb(128,133,44); }
H1.HeaderClassName
{
color: #80852C;
}
.AnyTagClassName
{
color: #80852C;
}
</style>
background-color css
<style>
a { background-color: #80852C; }
a { background-color: rgb(128,133,44); }
div.DivClassName
{
background-color: #80852C;
}
.BgClassName
{
background-color: #80852C;
}
</style>
border-color css
<style>
span { border-color: #80852C; }
span { border-color: rgb(128,133,44); }
td.TdClassName
{
border-color: #80852C;
}
.TagClassName
{
border-color: #80852C;
}
</style>