Shades of Trendy Green #73812D
Tints of Trendy Green #73812D
RGB
CMYK
RGB Variations
Color information
#73812D (or 0x73812D) is known color: Trendy Green. HEX triplet: 73, 81 and 2D. RGB value is (115,129,45). Sum of RGB (Red+Green+Blue) = 115+129+45=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #73812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73812D is #8C7ED2. Grayscale: #737373. Windows color (decimal): -9207507 or 2982259. OLE color: 2982259.
HSL color Cylindrical-coordinate representation of color #73812D: hue angle of 70º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73812D is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 129 | 45 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.49 |
| HSL | 70º | 0.48% | 0.34% | - |
| HSV(B) | 70º | 0.65% | 0.51% | - |
| XYZ | 15.39 | 19.53 | 5.44 | - |
| YUV | 115.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 45 | 0.11 | 0 | 0.65 | 0.49 | 70 | 0.48 | 0.34 |
| Hex | 73 | 81 | 2D | B | 0 | 41 | 31 | 46 | 30 | 22 |
| Octal | 163 | 201 | 55 | 13 | 0 | 101 | 61 | 106 | 60 | 42 |
| Binary | 1110011 | 10000001 | 101101 | 1011 | 0 | 1000001 | 110001 | 1000110 | 110000 | 100010 |
Color Harmonies of #73812D
Complementary color
Monochromatic Colors of #73812D
Black with #73812D
Text Example
Text Example
White with #73812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73812D; }
p { color: rgb(115,129,45); }
H1.HeaderClassName
{
color: #73812D;
}
.AnyTagClassName
{
color: #73812D;
}
</style>
background-color css
<style>
a { background-color: #73812D; }
a { background-color: rgb(115,129,45); }
div.DivClassName
{
background-color: #73812D;
}
.BgClassName
{
background-color: #73812D;
}
</style>
border-color css
<style>
span { border-color: #73812D; }
span { border-color: rgb(115,129,45); }
td.TdClassName
{
border-color: #73812D;
}
.TagClassName
{
border-color: #73812D;
}
</style>