Shades of Trendy Green #748532
Tints of Trendy Green #748532
RGB
CMYK
RGB Variations
Color information
#748532 (or 0x748532) is known color: Trendy Green. HEX triplet: 74, 85 and 32. RGB value is (116,133,50). Sum of RGB (Red+Green+Blue) = 116+133+50=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #748532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748532 is #8B7ACD. Grayscale: #767676. Windows color (decimal): -9140942 or 3310964. OLE color: 3310964.
HSL color Cylindrical-coordinate representation of color #748532: hue angle of 72.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #748532 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 50 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.48 |
| HSL | 72.29º | 0.45% | 0.36% | - |
| HSV(B) | 72.29º | 0.62% | 0.52% | - |
| XYZ | 16.17 | 20.72 | 6.16 | - |
| YUV | 118.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 50 | 0.13 | 0 | 0.62 | 0.48 | 72.29 | 0.45 | 0.36 |
| Hex | 74 | 85 | 32 | D | 0 | 3E | 30 | 48 | 2D | 24 |
| Octal | 164 | 205 | 62 | 15 | 0 | 76 | 60 | 110 | 55 | 44 |
| Binary | 1110100 | 10000101 | 110010 | 1101 | 0 | 111110 | 110000 | 1001000 | 101101 | 100100 |
Color Harmonies of #748532
Complementary color
Monochromatic Colors of #748532
Black with #748532
Text Example
Text Example
White with #748532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748532; }
p { color: rgb(116,133,50); }
H1.HeaderClassName
{
color: #748532;
}
.AnyTagClassName
{
color: #748532;
}
</style>
background-color css
<style>
a { background-color: #748532; }
a { background-color: rgb(116,133,50); }
div.DivClassName
{
background-color: #748532;
}
.BgClassName
{
background-color: #748532;
}
</style>
border-color css
<style>
span { border-color: #748532; }
span { border-color: rgb(116,133,50); }
td.TdClassName
{
border-color: #748532;
}
.TagClassName
{
border-color: #748532;
}
</style>