Shades of Lima #73B335
Tints of Lima #73B335
RGB
CMYK
RGB Variations
Color information
#73B335 (or 0x73B335) is known color: Lima. HEX triplet: 73, B3 and 35. RGB value is (115,179,53). Sum of RGB (Red+Green+Blue) = 115+179+53=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #73B335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B335 is #8C4CCA. Grayscale: #919191. Windows color (decimal): -9194699 or 3519347. OLE color: 3519347.
HSL color Cylindrical-coordinate representation of color #73B335: hue angle of 90.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73B335 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 53 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.30 |
| HSL | 90.48º | 0.54% | 0.45% | - |
| HSV(B) | 90.48º | 0.7% | 0.7% | - |
| XYZ | 23.83 | 36.14 | 9.09 | - |
| YUV | 145.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 53 | 0.36 | 0 | 0.70 | 0.30 | 90.48 | 0.54 | 0.45 |
| Hex | 73 | B3 | 35 | 24 | 0 | 46 | 1E | 5A | 36 | 2D |
| Octal | 163 | 263 | 65 | 44 | 0 | 106 | 36 | 132 | 66 | 55 |
| Binary | 1110011 | 10110011 | 110101 | 100100 | 0 | 1000110 | 11110 | 1011010 | 110110 | 101101 |
Color Harmonies of #73B335
Complementary color
Monochromatic Colors of #73B335
Black with #73B335
Text Example
Text Example
White with #73B335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B335; }
p { color: rgb(115,179,53); }
H1.HeaderClassName
{
color: #73B335;
}
.AnyTagClassName
{
color: #73B335;
}
</style>
background-color css
<style>
a { background-color: #73B335; }
a { background-color: rgb(115,179,53); }
div.DivClassName
{
background-color: #73B335;
}
.BgClassName
{
background-color: #73B335;
}
</style>
border-color css
<style>
span { border-color: #73B335; }
span { border-color: rgb(115,179,53); }
td.TdClassName
{
border-color: #73B335;
}
.TagClassName
{
border-color: #73B335;
}
</style>