Shades of Trendy Green #738025
Tints of Trendy Green #738025
RGB
CMYK
RGB Variations
Color information
#738025 (or 0x738025) is known color: Trendy Green. HEX triplet: 73, 80 and 25. RGB value is (115,128,37). Sum of RGB (Red+Green+Blue) = 115+128+37=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #738025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738025 is #8C7FDA. Grayscale: #727272. Windows color (decimal): -9207771 or 2457715. OLE color: 2457715.
HSL color Cylindrical-coordinate representation of color #738025: hue angle of 68.57º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #738025 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 37 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.50 |
| HSL | 68.57º | 0.55% | 0.32% | - |
| HSV(B) | 68.57º | 0.71% | 0.5% | - |
| XYZ | 15.12 | 19.22 | 4.66 | - |
| YUV | 113.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 37 | 0.10 | 0 | 0.71 | 0.50 | 68.57 | 0.55 | 0.32 |
| Hex | 73 | 80 | 25 | A | 0 | 47 | 32 | 45 | 37 | 20 |
| Octal | 163 | 200 | 45 | 12 | 0 | 107 | 62 | 105 | 67 | 40 |
| Binary | 1110011 | 10000000 | 100101 | 1010 | 0 | 1000111 | 110010 | 1000101 | 110111 | 100000 |
Color Harmonies of #738025
Complementary color
Monochromatic Colors of #738025
Black with #738025
Text Example
Text Example
White with #738025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738025; }
p { color: rgb(115,128,37); }
H1.HeaderClassName
{
color: #738025;
}
.AnyTagClassName
{
color: #738025;
}
</style>
background-color css
<style>
a { background-color: #738025; }
a { background-color: rgb(115,128,37); }
div.DivClassName
{
background-color: #738025;
}
.BgClassName
{
background-color: #738025;
}
</style>
border-color css
<style>
span { border-color: #738025; }
span { border-color: rgb(115,128,37); }
td.TdClassName
{
border-color: #738025;
}
.TagClassName
{
border-color: #738025;
}
</style>