Shades of Trendy Green #748529
Tints of Trendy Green #748529
RGB
CMYK
RGB Variations
Color information
#748529 (or 0x748529) is known color: Trendy Green. HEX triplet: 74, 85 and 29. RGB value is (116,133,41). Sum of RGB (Red+Green+Blue) = 116+133+41=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #748529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748529 is #8B7AD6. Grayscale: #757575. Windows color (decimal): -9140951 or 2721140. OLE color: 2721140.
HSL color Cylindrical-coordinate representation of color #748529: hue angle of 71.09º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #748529 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 41 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.48 |
| HSL | 71.09º | 0.53% | 0.34% | - |
| HSV(B) | 71.09º | 0.69% | 0.52% | - |
| XYZ | 15.99 | 20.65 | 5.24 | - |
| YUV | 117.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 41 | 0.13 | 0 | 0.69 | 0.48 | 71.09 | 0.53 | 0.34 |
| Hex | 74 | 85 | 29 | D | 0 | 45 | 30 | 47 | 35 | 22 |
| Octal | 164 | 205 | 51 | 15 | 0 | 105 | 60 | 107 | 65 | 42 |
| Binary | 1110100 | 10000101 | 101001 | 1101 | 0 | 1000101 | 110000 | 1000111 | 110101 | 100010 |
Color Harmonies of #748529
Complementary color
Monochromatic Colors of #748529
Black with #748529
Text Example
Text Example
White with #748529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748529; }
p { color: rgb(116,133,41); }
H1.HeaderClassName
{
color: #748529;
}
.AnyTagClassName
{
color: #748529;
}
</style>
background-color css
<style>
a { background-color: #748529; }
a { background-color: rgb(116,133,41); }
div.DivClassName
{
background-color: #748529;
}
.BgClassName
{
background-color: #748529;
}
</style>
border-color css
<style>
span { border-color: #748529; }
span { border-color: rgb(116,133,41); }
td.TdClassName
{
border-color: #748529;
}
.TagClassName
{
border-color: #748529;
}
</style>