Shades of Trendy Green #748428
Tints of Trendy Green #748428
RGB
CMYK
RGB Variations
Color information
#748428 (or 0x748428) is known color: Trendy Green. HEX triplet: 74, 84 and 28. RGB value is (116,132,40). Sum of RGB (Red+Green+Blue) = 116+132+40=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #748428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748428 is #8B7BD7. Grayscale: #757575. Windows color (decimal): -9141208 or 2655348. OLE color: 2655348.
HSL color Cylindrical-coordinate representation of color #748428: hue angle of 70.43º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #748428 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 40 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.48 |
| HSL | 70.43º | 0.53% | 0.34% | - |
| HSV(B) | 70.43º | 0.7% | 0.52% | - |
| XYZ | 15.84 | 20.37 | 5.1 | - |
| YUV | 116.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 40 | 0.12 | 0 | 0.70 | 0.48 | 70.43 | 0.53 | 0.34 |
| Hex | 74 | 84 | 28 | C | 0 | 46 | 30 | 46 | 35 | 22 |
| Octal | 164 | 204 | 50 | 14 | 0 | 106 | 60 | 106 | 65 | 42 |
| Binary | 1110100 | 10000100 | 101000 | 1100 | 0 | 1000110 | 110000 | 1000110 | 110101 | 100010 |
Color Harmonies of #748428
Complementary color
Monochromatic Colors of #748428
Black with #748428
Text Example
Text Example
White with #748428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748428; }
p { color: rgb(116,132,40); }
H1.HeaderClassName
{
color: #748428;
}
.AnyTagClassName
{
color: #748428;
}
</style>
background-color css
<style>
a { background-color: #748428; }
a { background-color: rgb(116,132,40); }
div.DivClassName
{
background-color: #748428;
}
.BgClassName
{
background-color: #748428;
}
</style>
border-color css
<style>
span { border-color: #748428; }
span { border-color: rgb(116,132,40); }
td.TdClassName
{
border-color: #748428;
}
.TagClassName
{
border-color: #748428;
}
</style>