Shades of Trendy Green #809223
Tints of Trendy Green #809223
RGB
CMYK
RGB Variations
Color information
#809223 (or 0x809223) is known color: Trendy Green. HEX triplet: 80, 92 and 23. RGB value is (128,146,35). Sum of RGB (Red+Green+Blue) = 128+146+35=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #809223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809223 is #7F6DDC. Grayscale: #808080. Windows color (decimal): -8351197 or 2331264. OLE color: 2331264.
HSL color Cylindrical-coordinate representation of color #809223: hue angle of 69.73º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #809223 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 35 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.43 |
| HSL | 69.73º | 0.61% | 0.35% | - |
| HSV(B) | 69.73º | 0.76% | 0.57% | - |
| XYZ | 19.48 | 25.27 | 5.44 | - |
| YUV | 127.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 35 | 0.12 | 0 | 0.76 | 0.43 | 69.73 | 0.61 | 0.35 |
| Hex | 80 | 92 | 23 | C | 0 | 4C | 2B | 46 | 3D | 23 |
| Octal | 200 | 222 | 43 | 14 | 0 | 114 | 53 | 106 | 75 | 43 |
| Binary | 10000000 | 10010010 | 100011 | 1100 | 0 | 1001100 | 101011 | 1000110 | 111101 | 100011 |
Color Harmonies of #809223
Complementary color
Monochromatic Colors of #809223
Black with #809223
Text Example
Text Example
White with #809223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809223; }
p { color: rgb(128,146,35); }
H1.HeaderClassName
{
color: #809223;
}
.AnyTagClassName
{
color: #809223;
}
</style>
background-color css
<style>
a { background-color: #809223; }
a { background-color: rgb(128,146,35); }
div.DivClassName
{
background-color: #809223;
}
.BgClassName
{
background-color: #809223;
}
</style>
border-color css
<style>
span { border-color: #809223; }
span { border-color: rgb(128,146,35); }
td.TdClassName
{
border-color: #809223;
}
.TagClassName
{
border-color: #809223;
}
</style>