Shades of Trendy Green #74832E
Tints of Trendy Green #74832E
RGB
CMYK
RGB Variations
Color information
#74832E (or 0x74832E) is known color: Trendy Green. HEX triplet: 74, 83 and 2E. RGB value is (116,131,46). Sum of RGB (Red+Green+Blue) = 116+131+46=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #74832E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74832E is #8B7CD1. Grayscale: #757575. Windows color (decimal): -9141458 or 3048308. OLE color: 3048308.
HSL color Cylindrical-coordinate representation of color #74832E: hue angle of 70.59º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74832E is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 46 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.49 |
| HSL | 70.59º | 0.48% | 0.35% | - |
| HSV(B) | 70.59º | 0.65% | 0.51% | - |
| XYZ | 15.81 | 20.14 | 5.64 | - |
| YUV | 116.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 46 | 0.11 | 0 | 0.65 | 0.49 | 70.59 | 0.48 | 0.35 |
| Hex | 74 | 83 | 2E | B | 0 | 41 | 31 | 47 | 30 | 23 |
| Octal | 164 | 203 | 56 | 13 | 0 | 101 | 61 | 107 | 60 | 43 |
| Binary | 1110100 | 10000011 | 101110 | 1011 | 0 | 1000001 | 110001 | 1000111 | 110000 | 100011 |
Color Harmonies of #74832E
Complementary color
Monochromatic Colors of #74832E
Black with #74832E
Text Example
Text Example
White with #74832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74832E; }
p { color: rgb(116,131,46); }
H1.HeaderClassName
{
color: #74832E;
}
.AnyTagClassName
{
color: #74832E;
}
</style>
background-color css
<style>
a { background-color: #74832E; }
a { background-color: rgb(116,131,46); }
div.DivClassName
{
background-color: #74832E;
}
.BgClassName
{
background-color: #74832E;
}
</style>
border-color css
<style>
span { border-color: #74832E; }
span { border-color: rgb(116,131,46); }
td.TdClassName
{
border-color: #74832E;
}
.TagClassName
{
border-color: #74832E;
}
</style>