#73B629

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

Shades of Lima #73B629

Tints of Lima #73B629

Color information

#73B629 (or 0x73B629) is unknown color: approx Lima. HEX triplet: 73, B6 and 29. RGB value is (115,182,41). Sum of RGB (Red+Green+Blue) = 115+182+41=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #73B629 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B629 is #8C49D6. Grayscale: #929292. Windows color (decimal): -9193943 or 2733683. OLE color: 2733683.

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

Color convert

RGB11518241-
CMYK0.3700.770.29
HSL88.51º63.23%43.73%-
HSV(B)88.51º77.47%71.37%-
XYZ24.237.268.01-
YUV145.8968.8105.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 182 (71.48% from 255) = 53.85%
BLUE value IS 41 (16.41% from 255) = 12.13%
R=34.02%
G=53.85%
B=12.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115182410.3700.770.2988.5163.2343.73
Hex73B6292504D1D593f2c
Octal16326651450115351317754
Binary11100111011011010100110010101001101111011011001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,182,41); }

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

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

 a { background-color: rgb(115,182,41); }

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

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

 span { border-color: rgb(115,182,41); }

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