Shades of Trendy Green #748426
Tints of Trendy Green #748426
RGB
CMYK
RGB Variations
Color information
#748426 (or 0x748426) is known color: Trendy Green. HEX triplet: 74, 84 and 26. RGB value is (116,132,38). Sum of RGB (Red+Green+Blue) = 116+132+38=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #748426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748426 is #8B7BD9. Grayscale: #747474. Windows color (decimal): -9141210 or 2524276. OLE color: 2524276.
HSL color Cylindrical-coordinate representation of color #748426: hue angle of 70.21º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #748426 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 38 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.48 |
| HSL | 70.21º | 0.55% | 0.33% | - |
| HSV(B) | 70.21º | 0.71% | 0.52% | - |
| XYZ | 15.8 | 20.36 | 4.93 | - |
| YUV | 116.5 | 83.7 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 38 | 0.12 | 0 | 0.71 | 0.48 | 70.21 | 0.55 | 0.33 |
| Hex | 74 | 84 | 26 | C | 0 | 47 | 30 | 46 | 37 | 21 |
| Octal | 164 | 204 | 46 | 14 | 0 | 107 | 60 | 106 | 67 | 41 |
| Binary | 1110100 | 10000100 | 100110 | 1100 | 0 | 1000111 | 110000 | 1000110 | 110111 | 100001 |
Color Harmonies of #748426
Complementary color
Monochromatic Colors of #748426
Black with #748426
Text Example
Text Example
White with #748426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748426; }
p { color: rgb(116,132,38); }
H1.HeaderClassName
{
color: #748426;
}
.AnyTagClassName
{
color: #748426;
}
</style>
background-color css
<style>
a { background-color: #748426; }
a { background-color: rgb(116,132,38); }
div.DivClassName
{
background-color: #748426;
}
.BgClassName
{
background-color: #748426;
}
</style>
border-color css
<style>
span { border-color: #748426; }
span { border-color: rgb(116,132,38); }
td.TdClassName
{
border-color: #748426;
}
.TagClassName
{
border-color: #748426;
}
</style>