Shades of Trendy Green #748427
Tints of Trendy Green #748427
RGB
CMYK
RGB Variations
Color information
#748427 (or 0x748427) is known color: Trendy Green. HEX triplet: 74, 84 and 27. RGB value is (116,132,39). Sum of RGB (Red+Green+Blue) = 116+132+39=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #748427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748427 is #8B7BD8. Grayscale: #747474. Windows color (decimal): -9141209 or 2589812. OLE color: 2589812.
HSL color Cylindrical-coordinate representation of color #748427: hue angle of 70.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #748427 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 39 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.48 |
| HSL | 70.32º | 0.54% | 0.34% | - |
| HSV(B) | 70.32º | 0.7% | 0.52% | - |
| XYZ | 15.82 | 20.36 | 5.02 | - |
| YUV | 116.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 39 | 0.12 | 0 | 0.70 | 0.48 | 70.32 | 0.54 | 0.34 |
| Hex | 74 | 84 | 27 | C | 0 | 46 | 30 | 46 | 36 | 22 |
| Octal | 164 | 204 | 47 | 14 | 0 | 106 | 60 | 106 | 66 | 42 |
| Binary | 1110100 | 10000100 | 100111 | 1100 | 0 | 1000110 | 110000 | 1000110 | 110110 | 100010 |
Color Harmonies of #748427
Complementary color
Monochromatic Colors of #748427
Black with #748427
Text Example
Text Example
White with #748427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748427; }
p { color: rgb(116,132,39); }
H1.HeaderClassName
{
color: #748427;
}
.AnyTagClassName
{
color: #748427;
}
</style>
background-color css
<style>
a { background-color: #748427; }
a { background-color: rgb(116,132,39); }
div.DivClassName
{
background-color: #748427;
}
.BgClassName
{
background-color: #748427;
}
</style>
border-color css
<style>
span { border-color: #748427; }
span { border-color: rgb(116,132,39); }
td.TdClassName
{
border-color: #748427;
}
.TagClassName
{
border-color: #748427;
}
</style>