Shades of Trendy Green #73852C
Tints of Trendy Green #73852C
RGB
CMYK
RGB Variations
Color information
#73852C (or 0x73852C) is known color: Trendy Green. HEX triplet: 73, 85 and 2C. RGB value is (115,133,44). Sum of RGB (Red+Green+Blue) = 115+133+44=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #73852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73852C is #8C7AD3. Grayscale: #757575. Windows color (decimal): -9206484 or 2917747. OLE color: 2917747.
HSL color Cylindrical-coordinate representation of color #73852C: hue angle of 72.13º 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 #73852C is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 133 | 44 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.48 |
| HSL | 72.13º | 0.5% | 0.35% | - |
| HSV(B) | 72.13º | 0.67% | 0.52% | - |
| XYZ | 15.91 | 20.6 | 5.52 | - |
| YUV | 117.47 | 86.54 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 44 | 0.14 | 0 | 0.67 | 0.48 | 72.13 | 0.5 | 0.35 |
| Hex | 73 | 85 | 2C | E | 0 | 43 | 30 | 48 | 32 | 23 |
| Octal | 163 | 205 | 54 | 16 | 0 | 103 | 60 | 110 | 62 | 43 |
| Binary | 1110011 | 10000101 | 101100 | 1110 | 0 | 1000011 | 110000 | 1001000 | 110010 | 100011 |
Color Harmonies of #73852C
Complementary color
Monochromatic Colors of #73852C
Black with #73852C
Text Example
Text Example
White with #73852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73852C; }
p { color: rgb(115,133,44); }
H1.HeaderClassName
{
color: #73852C;
}
.AnyTagClassName
{
color: #73852C;
}
</style>
background-color css
<style>
a { background-color: #73852C; }
a { background-color: rgb(115,133,44); }
div.DivClassName
{
background-color: #73852C;
}
.BgClassName
{
background-color: #73852C;
}
</style>
border-color css
<style>
span { border-color: #73852C; }
span { border-color: rgb(115,133,44); }
td.TdClassName
{
border-color: #73852C;
}
.TagClassName
{
border-color: #73852C;
}
</style>