Shades of Trendy Green #748132
Tints of Trendy Green #748132
RGB
CMYK
RGB Variations
Color information
#748132 (or 0x748132) is known color: Trendy Green. HEX triplet: 74, 81 and 32. RGB value is (116,129,50). Sum of RGB (Red+Green+Blue) = 116+129+50=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #748132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748132 is #8B7ECD. Grayscale: #747474. Windows color (decimal): -9141966 or 3309940. OLE color: 3309940.
HSL color Cylindrical-coordinate representation of color #748132: hue angle of 69.87º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #748132 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 50 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.49 |
| HSL | 69.87º | 0.44% | 0.35% | - |
| HSV(B) | 69.87º | 0.61% | 0.51% | - |
| XYZ | 15.63 | 19.64 | 5.99 | - |
| YUV | 116.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 50 | 0.10 | 0 | 0.61 | 0.49 | 69.87 | 0.44 | 0.35 |
| Hex | 74 | 81 | 32 | A | 0 | 3D | 31 | 46 | 2C | 23 |
| Octal | 164 | 201 | 62 | 12 | 0 | 75 | 61 | 106 | 54 | 43 |
| Binary | 1110100 | 10000001 | 110010 | 1010 | 0 | 111101 | 110001 | 1000110 | 101100 | 100011 |
Color Harmonies of #748132
Complementary color
Monochromatic Colors of #748132
Black with #748132
Text Example
Text Example
White with #748132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748132; }
p { color: rgb(116,129,50); }
H1.HeaderClassName
{
color: #748132;
}
.AnyTagClassName
{
color: #748132;
}
</style>
background-color css
<style>
a { background-color: #748132; }
a { background-color: rgb(116,129,50); }
div.DivClassName
{
background-color: #748132;
}
.BgClassName
{
background-color: #748132;
}
</style>
border-color css
<style>
span { border-color: #748132; }
span { border-color: rgb(116,129,50); }
td.TdClassName
{
border-color: #748132;
}
.TagClassName
{
border-color: #748132;
}
</style>