Shades of Trendy Green #728226
Tints of Trendy Green #728226
RGB
CMYK
RGB Variations
Color information
#728226 (or 0x728226) is known color: Trendy Green. HEX triplet: 72, 82 and 26. RGB value is (114,130,38). Sum of RGB (Red+Green+Blue) = 114+130+38=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #728226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728226 is #8D7DD9. Grayscale: #737373. Windows color (decimal): -9272794 or 2523762. OLE color: 2523762.
HSL color Cylindrical-coordinate representation of color #728226: hue angle of 70.43º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #728226 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 38 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.49 |
| HSL | 70.43º | 0.55% | 0.33% | - |
| HSV(B) | 70.43º | 0.71% | 0.51% | - |
| XYZ | 15.27 | 19.68 | 4.83 | - |
| YUV | 114.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 38 | 0.12 | 0 | 0.71 | 0.49 | 70.43 | 0.55 | 0.33 |
| Hex | 72 | 82 | 26 | C | 0 | 47 | 31 | 46 | 37 | 21 |
| Octal | 162 | 202 | 46 | 14 | 0 | 107 | 61 | 106 | 67 | 41 |
| Binary | 1110010 | 10000010 | 100110 | 1100 | 0 | 1000111 | 110001 | 1000110 | 110111 | 100001 |
Color Harmonies of #728226
Complementary color
Monochromatic Colors of #728226
Black with #728226
Text Example
Text Example
White with #728226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728226; }
p { color: rgb(114,130,38); }
H1.HeaderClassName
{
color: #728226;
}
.AnyTagClassName
{
color: #728226;
}
</style>
background-color css
<style>
a { background-color: #728226; }
a { background-color: rgb(114,130,38); }
div.DivClassName
{
background-color: #728226;
}
.BgClassName
{
background-color: #728226;
}
</style>
border-color css
<style>
span { border-color: #728226; }
span { border-color: rgb(114,130,38); }
td.TdClassName
{
border-color: #728226;
}
.TagClassName
{
border-color: #728226;
}
</style>