Shades of Trendy Green #748413
Tints of Trendy Green #748413
RGB
CMYK
RGB Variations
Color information
#748413 (or 0x748413) is known color: Trendy Green. HEX triplet: 74, 84 and 13. RGB value is (116,132,19). Sum of RGB (Red+Green+Blue) = 116+132+19=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #748413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748413 is #8B7BEC. Grayscale: #727272. Windows color (decimal): -9141229 or 1279092. OLE color: 1279092.
HSL color Cylindrical-coordinate representation of color #748413: hue angle of 68.5º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #748413 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 19 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.48 |
| HSL | 68.5º | 0.75% | 0.3% | - |
| HSV(B) | 68.5º | 0.86% | 0.52% | - |
| XYZ | 15.57 | 20.26 | 3.71 | - |
| YUV | 114.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 19 | 0.12 | 0 | 0.86 | 0.48 | 68.5 | 0.75 | 0.3 |
| Hex | 74 | 84 | 13 | C | 0 | 56 | 30 | 44 | 4B | 1E |
| Octal | 164 | 204 | 23 | 14 | 0 | 126 | 60 | 104 | 113 | 36 |
| Binary | 1110100 | 10000100 | 10011 | 1100 | 0 | 1010110 | 110000 | 1000100 | 1001011 | 11110 |
Color Harmonies of #748413
Complementary color
Monochromatic Colors of #748413
Black with #748413
Text Example
Text Example
White with #748413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748413; }
p { color: rgb(116,132,19); }
H1.HeaderClassName
{
color: #748413;
}
.AnyTagClassName
{
color: #748413;
}
</style>
background-color css
<style>
a { background-color: #748413; }
a { background-color: rgb(116,132,19); }
div.DivClassName
{
background-color: #748413;
}
.BgClassName
{
background-color: #748413;
}
</style>
border-color css
<style>
span { border-color: #748413; }
span { border-color: rgb(116,132,19); }
td.TdClassName
{
border-color: #748413;
}
.TagClassName
{
border-color: #748413;
}
</style>