#73B52D

Color #73B52D Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #73B52D

Tints of Lima #73B52D

Color information

#73B52D (or 0x73B52D) is unknown color: approx Lima. HEX triplet: 73, B5 and 2D. RGB value is (115,181,45). Sum of RGB (Red+Green+Blue) = 115+181+45=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #73B52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B52D is #8C4AD2. Grayscale: #929292. Windows color (decimal): -9194195 or 2995571. OLE color: 2995571.

HSL color Cylindrical-coordinate representation of color #73B52D: hue angle of 89.12º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73B52D is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB11518145-
CMYK0.3600.750.29
HSL89.12º60.18%44.31%-
HSV(B)89.12º75.14%70.98%-
XYZ24.0736.888.33-
YUV145.7671.13106.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 181 (71.09% from 255) = 53.08%
BLUE value IS 45 (17.97% from 255) = 13.20%
R=33.72%
G=53.08%
B=13.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115181450.3600.750.2989.1260.1844.31
Hex73B52D2404B1D593c2c
Octal16326555440113351317454
Binary11100111011010110110110010001001011111011011001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B52D; }

 p { color: rgb(115,181,45); }

 H1.HeaderClassName
 {
   color: #73B52D;
 }
 .AnyTagClassName
 {
   color: #73B52D;
 }
</style>
background-color css

<style>
 a { background-color: #73B52D; }

 a { background-color: rgb(115,181,45); }

 div.DivClassName
 {
   background-color: #73B52D;
 }
 .BgClassName
 {
   background-color: #73B52D;
 }
</style>
border-color css

<style>
 span { border-color: #73B52D; }

 span { border-color: rgb(115,181,45); }

 td.TdClassName
 {
   border-color: #73B52D;
 }
 .TagClassName
 {
   border-color: #73B52D;
 }
</style>