Shades of Trendy Green #808525
Tints of Trendy Green #808525
RGB
CMYK
RGB Variations
Color information
#808525 (or 0x808525) is known color: Trendy Green. HEX triplet: 80, 85 and 25. RGB value is (128,133,37). Sum of RGB (Red+Green+Blue) = 128+133+37=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #808525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808525 is #7F7ADA. Grayscale: #787878. Windows color (decimal): -8354523 or 2459008. OLE color: 2459008.
HSL color Cylindrical-coordinate representation of color #808525: hue angle of 63.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #808525 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 37 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.48 |
| HSL | 63.13º | 0.56% | 0.33% | - |
| HSV(B) | 63.13º | 0.72% | 0.52% | - |
| XYZ | 17.62 | 21.5 | 4.97 | - |
| YUV | 120.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 37 | 0.04 | 0 | 0.72 | 0.48 | 63.13 | 0.56 | 0.33 |
| Hex | 80 | 85 | 25 | 4 | 0 | 48 | 30 | 3F | 38 | 21 |
| Octal | 200 | 205 | 45 | 4 | 0 | 110 | 60 | 77 | 70 | 41 |
| Binary | 10000000 | 10000101 | 100101 | 100 | 0 | 1001000 | 110000 | 111111 | 111000 | 100001 |
Color Harmonies of #808525
Complementary color
Monochromatic Colors of #808525
Black with #808525
Text Example
Text Example
White with #808525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808525; }
p { color: rgb(128,133,37); }
H1.HeaderClassName
{
color: #808525;
}
.AnyTagClassName
{
color: #808525;
}
</style>
background-color css
<style>
a { background-color: #808525; }
a { background-color: rgb(128,133,37); }
div.DivClassName
{
background-color: #808525;
}
.BgClassName
{
background-color: #808525;
}
</style>
border-color css
<style>
span { border-color: #808525; }
span { border-color: rgb(128,133,37); }
td.TdClassName
{
border-color: #808525;
}
.TagClassName
{
border-color: #808525;
}
</style>