Shades of Lima #73B336
Tints of Lima #73B336
RGB
CMYK
RGB Variations
Color information
#73B336 (or 0x73B336) is known color: Lima. HEX triplet: 73, B3 and 36. RGB value is (115,179,54). Sum of RGB (Red+Green+Blue) = 115+179+54=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #73B336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B336 is #8C4CC9. Grayscale: #929292. Windows color (decimal): -9194698 or 3584883. OLE color: 3584883.
HSL color Cylindrical-coordinate representation of color #73B336: hue angle of 90.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73B336 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 54 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.30 |
| HSL | 90.72º | 0.54% | 0.46% | - |
| HSV(B) | 90.72º | 0.7% | 0.7% | - |
| XYZ | 23.86 | 36.15 | 9.21 | - |
| YUV | 145.61 | 76.3 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 54 | 0.36 | 0 | 0.70 | 0.30 | 90.72 | 0.54 | 0.46 |
| Hex | 73 | B3 | 36 | 24 | 0 | 46 | 1E | 5B | 36 | 2E |
| Octal | 163 | 263 | 66 | 44 | 0 | 106 | 36 | 133 | 66 | 56 |
| Binary | 1110011 | 10110011 | 110110 | 100100 | 0 | 1000110 | 11110 | 1011011 | 110110 | 101110 |
Color Harmonies of #73B336
Complementary color
Monochromatic Colors of #73B336
Black with #73B336
Text Example
Text Example
White with #73B336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B336; }
p { color: rgb(115,179,54); }
H1.HeaderClassName
{
color: #73B336;
}
.AnyTagClassName
{
color: #73B336;
}
</style>
background-color css
<style>
a { background-color: #73B336; }
a { background-color: rgb(115,179,54); }
div.DivClassName
{
background-color: #73B336;
}
.BgClassName
{
background-color: #73B336;
}
</style>
border-color css
<style>
span { border-color: #73B336; }
span { border-color: rgb(115,179,54); }
td.TdClassName
{
border-color: #73B336;
}
.TagClassName
{
border-color: #73B336;
}
</style>