Shades of Trendy Green #73841D
Tints of Trendy Green #73841D
RGB
CMYK
RGB Variations
Color information
#73841D (or 0x73841D) is known color: Trendy Green. HEX triplet: 73, 84 and 1D. RGB value is (115,132,29). Sum of RGB (Red+Green+Blue) = 115+132+29=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #73841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73841D is #8C7BE2. Grayscale: #737373. Windows color (decimal): -9206755 or 1934451. OLE color: 1934451.
HSL color Cylindrical-coordinate representation of color #73841D: hue angle of 69.9º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73841D is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 132 | 29 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.48 |
| HSL | 69.9º | 0.64% | 0.32% | - |
| HSV(B) | 69.9º | 0.78% | 0.52% | - |
| XYZ | 15.54 | 20.24 | 4.25 | - |
| YUV | 115.18 | 79.37 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 29 | 0.13 | 0 | 0.78 | 0.48 | 69.9 | 0.64 | 0.32 |
| Hex | 73 | 84 | 1D | D | 0 | 4E | 30 | 46 | 40 | 20 |
| Octal | 163 | 204 | 35 | 15 | 0 | 116 | 60 | 106 | 100 | 40 |
| Binary | 1110011 | 10000100 | 11101 | 1101 | 0 | 1001110 | 110000 | 1000110 | 1000000 | 100000 |
Color Harmonies of #73841D
Complementary color
Monochromatic Colors of #73841D
Black with #73841D
Text Example
Text Example
White with #73841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73841D; }
p { color: rgb(115,132,29); }
H1.HeaderClassName
{
color: #73841D;
}
.AnyTagClassName
{
color: #73841D;
}
</style>
background-color css
<style>
a { background-color: #73841D; }
a { background-color: rgb(115,132,29); }
div.DivClassName
{
background-color: #73841D;
}
.BgClassName
{
background-color: #73841D;
}
</style>
border-color css
<style>
span { border-color: #73841D; }
span { border-color: rgb(115,132,29); }
td.TdClassName
{
border-color: #73841D;
}
.TagClassName
{
border-color: #73841D;
}
</style>