Shades of Lima #73B734
Tints of Lima #73B734
RGB
CMYK
RGB Variations
Color information
#73B734 (or 0x73B734) is known color: Lima. HEX triplet: 73, B7 and 34. RGB value is (115,183,52). Sum of RGB (Red+Green+Blue) = 115+183+52=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #73B734 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B734 is #8C48CB. Grayscale: #949494. Windows color (decimal): -9193676 or 3454835. OLE color: 3454835.
HSL color Cylindrical-coordinate representation of color #73B734: hue angle of 91.15º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73B734 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 183 | 52 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.28 |
| HSL | 91.15º | 0.56% | 0.46% | - |
| HSV(B) | 91.15º | 0.72% | 0.72% | - |
| XYZ | 24.62 | 37.76 | 9.24 | - |
| YUV | 147.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 52 | 0.37 | 0 | 0.72 | 0.28 | 91.15 | 0.56 | 0.46 |
| Hex | 73 | B7 | 34 | 25 | 0 | 48 | 1C | 5B | 38 | 2E |
| Octal | 163 | 267 | 64 | 45 | 0 | 110 | 34 | 133 | 70 | 56 |
| Binary | 1110011 | 10110111 | 110100 | 100101 | 0 | 1001000 | 11100 | 1011011 | 111000 | 101110 |
Color Harmonies of #73B734
Complementary color
Monochromatic Colors of #73B734
Black with #73B734
Text Example
Text Example
White with #73B734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B734; }
p { color: rgb(115,183,52); }
H1.HeaderClassName
{
color: #73B734;
}
.AnyTagClassName
{
color: #73B734;
}
</style>
background-color css
<style>
a { background-color: #73B734; }
a { background-color: rgb(115,183,52); }
div.DivClassName
{
background-color: #73B734;
}
.BgClassName
{
background-color: #73B734;
}
</style>
border-color css
<style>
span { border-color: #73B734; }
span { border-color: rgb(115,183,52); }
td.TdClassName
{
border-color: #73B734;
}
.TagClassName
{
border-color: #73B734;
}
</style>