#73B12D

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

Shades of Lima #73B12D

Tints of Lima #73B12D

Color information

#73B12D (or 0x73B12D) is unknown color: approx Lima. HEX triplet: 73, B1 and 2D. RGB value is (115,177,45). Sum of RGB (Red+Green+Blue) = 115+177+45=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #73B12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73B12D is #8C4ED2. Grayscale: #8F8F8F. Windows color (decimal): -9195219 or 2994547. OLE color: 2994547.

HSL color Cylindrical-coordinate representation of color #73B12D: hue angle of 88.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73B12D is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB11517745-
CMYK0.3500.750.31
HSL88.18º59.46%43.53%-
HSV(B)88.18º74.58%69.41%-
XYZ23.2735.288.07-
YUV143.4172.46107.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.12%
GREEN value IS 177 (69.53% from 255) = 52.52%
BLUE value IS 45 (17.97% from 255) = 13.35%
R=34.12%
G=52.52%
B=13.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115177450.3500.750.3188.1859.4643.53
Hex73B12D2304B1F583b2c
Octal16326155430113371307354
Binary11100111011000110110110001101001011111111011000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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