Shades of Trendy Green #748131
Tints of Trendy Green #748131
RGB
CMYK
RGB Variations
Color information
#748131 (or 0x748131) is known color: Trendy Green. HEX triplet: 74, 81 and 31. RGB value is (116,129,49). Sum of RGB (Red+Green+Blue) = 116+129+49=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #748131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748131 is #8B7ECE. Grayscale: #747474. Windows color (decimal): -9141967 or 3244404. OLE color: 3244404.
HSL color Cylindrical-coordinate representation of color #748131: hue angle of 69.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #748131 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 49 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.49 |
| HSL | 69.75º | 0.45% | 0.35% | - |
| HSV(B) | 69.75º | 0.62% | 0.51% | - |
| XYZ | 15.61 | 19.64 | 5.87 | - |
| YUV | 115.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 49 | 0.10 | 0 | 0.62 | 0.49 | 69.75 | 0.45 | 0.35 |
| Hex | 74 | 81 | 31 | A | 0 | 3E | 31 | 46 | 2D | 23 |
| Octal | 164 | 201 | 61 | 12 | 0 | 76 | 61 | 106 | 55 | 43 |
| Binary | 1110100 | 10000001 | 110001 | 1010 | 0 | 111110 | 110001 | 1000110 | 101101 | 100011 |
Color Harmonies of #748131
Complementary color
Monochromatic Colors of #748131
Black with #748131
Text Example
Text Example
White with #748131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748131; }
p { color: rgb(116,129,49); }
H1.HeaderClassName
{
color: #748131;
}
.AnyTagClassName
{
color: #748131;
}
</style>
background-color css
<style>
a { background-color: #748131; }
a { background-color: rgb(116,129,49); }
div.DivClassName
{
background-color: #748131;
}
.BgClassName
{
background-color: #748131;
}
</style>
border-color css
<style>
span { border-color: #748131; }
span { border-color: rgb(116,129,49); }
td.TdClassName
{
border-color: #748131;
}
.TagClassName
{
border-color: #748131;
}
</style>