Shades of Trendy Green #73801D
Tints of Trendy Green #73801D
RGB
CMYK
RGB Variations
Color information
#73801D (or 0x73801D) is known color: Trendy Green. HEX triplet: 73, 80 and 1D. RGB value is (115,128,29). Sum of RGB (Red+Green+Blue) = 115+128+29=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #73801D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73801D is #8C7FE2. Grayscale: #717171. Windows color (decimal): -9207779 or 1933427. OLE color: 1933427.
HSL color Cylindrical-coordinate representation of color #73801D: hue angle of 67.88º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73801D is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 29 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.50 |
| HSL | 67.88º | 0.63% | 0.31% | - |
| HSV(B) | 67.88º | 0.77% | 0.5% | - |
| XYZ | 15.01 | 19.17 | 4.07 | - |
| YUV | 112.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 29 | 0.10 | 0 | 0.77 | 0.50 | 67.88 | 0.63 | 0.31 |
| Hex | 73 | 80 | 1D | A | 0 | 4D | 32 | 44 | 3F | 1F |
| Octal | 163 | 200 | 35 | 12 | 0 | 115 | 62 | 104 | 77 | 37 |
| Binary | 1110011 | 10000000 | 11101 | 1010 | 0 | 1001101 | 110010 | 1000100 | 111111 | 11111 |
Color Harmonies of #73801D
Complementary color
Monochromatic Colors of #73801D
Black with #73801D
Text Example
Text Example
White with #73801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73801D; }
p { color: rgb(115,128,29); }
H1.HeaderClassName
{
color: #73801D;
}
.AnyTagClassName
{
color: #73801D;
}
</style>
background-color css
<style>
a { background-color: #73801D; }
a { background-color: rgb(115,128,29); }
div.DivClassName
{
background-color: #73801D;
}
.BgClassName
{
background-color: #73801D;
}
</style>
border-color css
<style>
span { border-color: #73801D; }
span { border-color: rgb(115,128,29); }
td.TdClassName
{
border-color: #73801D;
}
.TagClassName
{
border-color: #73801D;
}
</style>