Shades of Trendy Green #74832B
Tints of Trendy Green #74832B
RGB
CMYK
RGB Variations
Color information
#74832B (or 0x74832B) is known color: Trendy Green. HEX triplet: 74, 83 and 2B. RGB value is (116,131,43). Sum of RGB (Red+Green+Blue) = 116+131+43=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #74832B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74832B is #8B7CD4. Grayscale: #747474. Windows color (decimal): -9141461 or 2851700. OLE color: 2851700.
HSL color Cylindrical-coordinate representation of color #74832B: hue angle of 70.23º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74832B is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 43 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.49 |
| HSL | 70.23º | 0.51% | 0.34% | - |
| HSV(B) | 70.23º | 0.67% | 0.51% | - |
| XYZ | 15.75 | 20.12 | 5.34 | - |
| YUV | 116.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 43 | 0.11 | 0 | 0.67 | 0.49 | 70.23 | 0.51 | 0.34 |
| Hex | 74 | 83 | 2B | B | 0 | 43 | 31 | 46 | 33 | 22 |
| Octal | 164 | 203 | 53 | 13 | 0 | 103 | 61 | 106 | 63 | 42 |
| Binary | 1110100 | 10000011 | 101011 | 1011 | 0 | 1000011 | 110001 | 1000110 | 110011 | 100010 |
Color Harmonies of #74832B
Complementary color
Monochromatic Colors of #74832B
Black with #74832B
Text Example
Text Example
White with #74832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74832B; }
p { color: rgb(116,131,43); }
H1.HeaderClassName
{
color: #74832B;
}
.AnyTagClassName
{
color: #74832B;
}
</style>
background-color css
<style>
a { background-color: #74832B; }
a { background-color: rgb(116,131,43); }
div.DivClassName
{
background-color: #74832B;
}
.BgClassName
{
background-color: #74832B;
}
</style>
border-color css
<style>
span { border-color: #74832B; }
span { border-color: rgb(116,131,43); }
td.TdClassName
{
border-color: #74832B;
}
.TagClassName
{
border-color: #74832B;
}
</style>