Shades of Trendy Green #748019
Tints of Trendy Green #748019
RGB
CMYK
RGB Variations
Color information
#748019 (or 0x748019) is known color: Trendy Green. HEX triplet: 74, 80 and 19. RGB value is (116,128,25). Sum of RGB (Red+Green+Blue) = 116+128+25=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #748019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748019 is #8B7FE6. Grayscale: #717171. Windows color (decimal): -9142247 or 1671284. OLE color: 1671284.
HSL color Cylindrical-coordinate representation of color #748019: hue angle of 66.99º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #748019 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 25 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.50 |
| HSL | 66.99º | 0.67% | 0.3% | - |
| HSV(B) | 66.99º | 0.8% | 0.5% | - |
| XYZ | 15.1 | 19.22 | 3.83 | - |
| YUV | 112.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 25 | 0.09 | 0 | 0.80 | 0.50 | 66.99 | 0.67 | 0.3 |
| Hex | 74 | 80 | 19 | 9 | 0 | 50 | 32 | 43 | 43 | 1E |
| Octal | 164 | 200 | 31 | 11 | 0 | 120 | 62 | 103 | 103 | 36 |
| Binary | 1110100 | 10000000 | 11001 | 1001 | 0 | 1010000 | 110010 | 1000011 | 1000011 | 11110 |
Color Harmonies of #748019
Complementary color
Monochromatic Colors of #748019
Black with #748019
Text Example
Text Example
White with #748019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748019; }
p { color: rgb(116,128,25); }
H1.HeaderClassName
{
color: #748019;
}
.AnyTagClassName
{
color: #748019;
}
</style>
background-color css
<style>
a { background-color: #748019; }
a { background-color: rgb(116,128,25); }
div.DivClassName
{
background-color: #748019;
}
.BgClassName
{
background-color: #748019;
}
</style>
border-color css
<style>
span { border-color: #748019; }
span { border-color: rgb(116,128,25); }
td.TdClassName
{
border-color: #748019;
}
.TagClassName
{
border-color: #748019;
}
</style>