Shades of Trendy Green #74852C
Tints of Trendy Green #74852C
RGB
CMYK
RGB Variations
Color information
#74852C (or 0x74852C) is known color: Trendy Green. HEX triplet: 74, 85 and 2C. RGB value is (116,133,44). Sum of RGB (Red+Green+Blue) = 116+133+44=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #74852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74852C is #8B7AD3. Grayscale: #767676. Windows color (decimal): -9140948 or 2917748. OLE color: 2917748.
HSL color Cylindrical-coordinate representation of color #74852C: hue angle of 71.46º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74852C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 44 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.48 |
| HSL | 71.46º | 0.5% | 0.35% | - |
| HSV(B) | 71.46º | 0.67% | 0.52% | - |
| XYZ | 16.04 | 20.67 | 5.53 | - |
| YUV | 117.77 | 86.37 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 44 | 0.13 | 0 | 0.67 | 0.48 | 71.46 | 0.5 | 0.35 |
| Hex | 74 | 85 | 2C | D | 0 | 43 | 30 | 47 | 32 | 23 |
| Octal | 164 | 205 | 54 | 15 | 0 | 103 | 60 | 107 | 62 | 43 |
| Binary | 1110100 | 10000101 | 101100 | 1101 | 0 | 1000011 | 110000 | 1000111 | 110010 | 100011 |
Color Harmonies of #74852C
Complementary color
Monochromatic Colors of #74852C
Black with #74852C
Text Example
Text Example
White with #74852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74852C; }
p { color: rgb(116,133,44); }
H1.HeaderClassName
{
color: #74852C;
}
.AnyTagClassName
{
color: #74852C;
}
</style>
background-color css
<style>
a { background-color: #74852C; }
a { background-color: rgb(116,133,44); }
div.DivClassName
{
background-color: #74852C;
}
.BgClassName
{
background-color: #74852C;
}
</style>
border-color css
<style>
span { border-color: #74852C; }
span { border-color: rgb(116,133,44); }
td.TdClassName
{
border-color: #74852C;
}
.TagClassName
{
border-color: #74852C;
}
</style>