Shades of Trendy Green #748332
Tints of Trendy Green #748332
RGB
CMYK
RGB Variations
Color information
#748332 (or 0x748332) is known color: Trendy Green. HEX triplet: 74, 83 and 32. RGB value is (116,131,50). Sum of RGB (Red+Green+Blue) = 116+131+50=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #748332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748332 is #8B7CCD. Grayscale: #757575. Windows color (decimal): -9141454 or 3310452. OLE color: 3310452.
HSL color Cylindrical-coordinate representation of color #748332: hue angle of 71.11º 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 #748332 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 50 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.49 |
| HSL | 71.11º | 0.45% | 0.35% | - |
| HSV(B) | 71.11º | 0.62% | 0.51% | - |
| XYZ | 15.89 | 20.18 | 6.07 | - |
| YUV | 117.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 50 | 0.11 | 0 | 0.62 | 0.49 | 71.11 | 0.45 | 0.35 |
| Hex | 74 | 83 | 32 | B | 0 | 3E | 31 | 47 | 2D | 23 |
| Octal | 164 | 203 | 62 | 13 | 0 | 76 | 61 | 107 | 55 | 43 |
| Binary | 1110100 | 10000011 | 110010 | 1011 | 0 | 111110 | 110001 | 1000111 | 101101 | 100011 |
Color Harmonies of #748332
Complementary color
Monochromatic Colors of #748332
Black with #748332
Text Example
Text Example
White with #748332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748332; }
p { color: rgb(116,131,50); }
H1.HeaderClassName
{
color: #748332;
}
.AnyTagClassName
{
color: #748332;
}
</style>
background-color css
<style>
a { background-color: #748332; }
a { background-color: rgb(116,131,50); }
div.DivClassName
{
background-color: #748332;
}
.BgClassName
{
background-color: #748332;
}
</style>
border-color css
<style>
span { border-color: #748332; }
span { border-color: rgb(116,131,50); }
td.TdClassName
{
border-color: #748332;
}
.TagClassName
{
border-color: #748332;
}
</style>