Shades of Trendy Green #748433
Tints of Trendy Green #748433
RGB
CMYK
RGB Variations
Color information
#748433 (or 0x748433) is known color: Trendy Green. HEX triplet: 74, 84 and 33. RGB value is (116,132,51). Sum of RGB (Red+Green+Blue) = 116+132+51=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #748433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748433 is #8B7BCC. Grayscale: #767676. Windows color (decimal): -9141197 or 3376244. OLE color: 3376244.
HSL color Cylindrical-coordinate representation of color #748433: hue angle of 71.85º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #748433 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 51 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.48 |
| HSL | 71.85º | 0.44% | 0.36% | - |
| HSV(B) | 71.85º | 0.61% | 0.52% | - |
| XYZ | 16.05 | 20.45 | 6.23 | - |
| YUV | 117.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 51 | 0.12 | 0 | 0.61 | 0.48 | 71.85 | 0.44 | 0.36 |
| Hex | 74 | 84 | 33 | C | 0 | 3D | 30 | 48 | 2C | 24 |
| Octal | 164 | 204 | 63 | 14 | 0 | 75 | 60 | 110 | 54 | 44 |
| Binary | 1110100 | 10000100 | 110011 | 1100 | 0 | 111101 | 110000 | 1001000 | 101100 | 100100 |
Color Harmonies of #748433
Complementary color
Monochromatic Colors of #748433
Black with #748433
Text Example
Text Example
White with #748433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748433; }
p { color: rgb(116,132,51); }
H1.HeaderClassName
{
color: #748433;
}
.AnyTagClassName
{
color: #748433;
}
</style>
background-color css
<style>
a { background-color: #748433; }
a { background-color: rgb(116,132,51); }
div.DivClassName
{
background-color: #748433;
}
.BgClassName
{
background-color: #748433;
}
</style>
border-color css
<style>
span { border-color: #748433; }
span { border-color: rgb(116,132,51); }
td.TdClassName
{
border-color: #748433;
}
.TagClassName
{
border-color: #748433;
}
</style>