Shades of Trendy Green #748229
Tints of Trendy Green #748229
RGB
CMYK
RGB Variations
Color information
#748229 (or 0x748229) is known color: Trendy Green. HEX triplet: 74, 82 and 29. RGB value is (116,130,41). Sum of RGB (Red+Green+Blue) = 116+130+41=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #748229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748229 is #8B7DD6. Grayscale: #747474. Windows color (decimal): -9141719 or 2720372. OLE color: 2720372.
HSL color Cylindrical-coordinate representation of color #748229: hue angle of 69.44º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #748229 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 41 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.49 |
| HSL | 69.44º | 0.52% | 0.34% | - |
| HSV(B) | 69.44º | 0.68% | 0.51% | - |
| XYZ | 15.59 | 19.84 | 5.11 | - |
| YUV | 115.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 41 | 0.11 | 0 | 0.68 | 0.49 | 69.44 | 0.52 | 0.34 |
| Hex | 74 | 82 | 29 | B | 0 | 44 | 31 | 45 | 34 | 22 |
| Octal | 164 | 202 | 51 | 13 | 0 | 104 | 61 | 105 | 64 | 42 |
| Binary | 1110100 | 10000010 | 101001 | 1011 | 0 | 1000100 | 110001 | 1000101 | 110100 | 100010 |
Color Harmonies of #748229
Complementary color
Monochromatic Colors of #748229
Black with #748229
Text Example
Text Example
White with #748229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748229; }
p { color: rgb(116,130,41); }
H1.HeaderClassName
{
color: #748229;
}
.AnyTagClassName
{
color: #748229;
}
</style>
background-color css
<style>
a { background-color: #748229; }
a { background-color: rgb(116,130,41); }
div.DivClassName
{
background-color: #748229;
}
.BgClassName
{
background-color: #748229;
}
</style>
border-color css
<style>
span { border-color: #748229; }
span { border-color: rgb(116,130,41); }
td.TdClassName
{
border-color: #748229;
}
.TagClassName
{
border-color: #748229;
}
</style>