Shades of Trendy Green #73852B
Tints of Trendy Green #73852B
RGB
CMYK
RGB Variations
Color information
#73852B (or 0x73852B) is known color: Trendy Green. HEX triplet: 73, 85 and 2B. RGB value is (115,133,43). Sum of RGB (Red+Green+Blue) = 115+133+43=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #73852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73852B is #8C7AD4. Grayscale: #757575. Windows color (decimal): -9206485 or 2852211. OLE color: 2852211.
HSL color Cylindrical-coordinate representation of color #73852B: hue angle of 72º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73852B is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 133 | 43 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.48 |
| HSL | 72º | 0.51% | 0.35% | - |
| HSV(B) | 72º | 0.68% | 0.52% | - |
| XYZ | 15.89 | 20.59 | 5.42 | - |
| YUV | 117.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 43 | 0.14 | 0 | 0.68 | 0.48 | 72 | 0.51 | 0.35 |
| Hex | 73 | 85 | 2B | E | 0 | 44 | 30 | 48 | 33 | 23 |
| Octal | 163 | 205 | 53 | 16 | 0 | 104 | 60 | 110 | 63 | 43 |
| Binary | 1110011 | 10000101 | 101011 | 1110 | 0 | 1000100 | 110000 | 1001000 | 110011 | 100011 |
Color Harmonies of #73852B
Complementary color
Monochromatic Colors of #73852B
Black with #73852B
Text Example
Text Example
White with #73852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73852B; }
p { color: rgb(115,133,43); }
H1.HeaderClassName
{
color: #73852B;
}
.AnyTagClassName
{
color: #73852B;
}
</style>
background-color css
<style>
a { background-color: #73852B; }
a { background-color: rgb(115,133,43); }
div.DivClassName
{
background-color: #73852B;
}
.BgClassName
{
background-color: #73852B;
}
</style>
border-color css
<style>
span { border-color: #73852B; }
span { border-color: rgb(115,133,43); }
td.TdClassName
{
border-color: #73852B;
}
.TagClassName
{
border-color: #73852B;
}
</style>