Shades of Trendy Green #748431
Tints of Trendy Green #748431
RGB
CMYK
RGB Variations
Color information
#748431 (or 0x748431) is known color: Trendy Green. HEX triplet: 74, 84 and 31. RGB value is (116,132,49). Sum of RGB (Red+Green+Blue) = 116+132+49=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #748431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748431 is #8B7BCE. Grayscale: #767676. Windows color (decimal): -9141199 or 3245172. OLE color: 3245172.
HSL color Cylindrical-coordinate representation of color #748431: hue angle of 71.57º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #748431 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 49 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.48 |
| HSL | 71.57º | 0.46% | 0.35% | - |
| HSV(B) | 71.57º | 0.63% | 0.52% | - |
| XYZ | 16.01 | 20.44 | 6.01 | - |
| YUV | 117.75 | 89.2 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 49 | 0.12 | 0 | 0.63 | 0.48 | 71.57 | 0.46 | 0.35 |
| Hex | 74 | 84 | 31 | C | 0 | 3F | 30 | 48 | 2E | 23 |
| Octal | 164 | 204 | 61 | 14 | 0 | 77 | 60 | 110 | 56 | 43 |
| Binary | 1110100 | 10000100 | 110001 | 1100 | 0 | 111111 | 110000 | 1001000 | 101110 | 100011 |
Color Harmonies of #748431
Complementary color
Monochromatic Colors of #748431
Black with #748431
Text Example
Text Example
White with #748431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748431; }
p { color: rgb(116,132,49); }
H1.HeaderClassName
{
color: #748431;
}
.AnyTagClassName
{
color: #748431;
}
</style>
background-color css
<style>
a { background-color: #748431; }
a { background-color: rgb(116,132,49); }
div.DivClassName
{
background-color: #748431;
}
.BgClassName
{
background-color: #748431;
}
</style>
border-color css
<style>
span { border-color: #748431; }
span { border-color: rgb(116,132,49); }
td.TdClassName
{
border-color: #748431;
}
.TagClassName
{
border-color: #748431;
}
</style>