#73B126

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

Shades of Lima #73B126

Tints of Lima #73B126

Color information

#73B126 (or 0x73B126) is unknown color: approx Lima. HEX triplet: 73, B1 and 26. RGB value is (115,177,38). Sum of RGB (Red+Green+Blue) = 115+177+38=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #73B126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73B126 is #8C4ED9. Grayscale: #8F8F8F. Windows color (decimal): -9195226 or 2535795. OLE color: 2535795.

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

Color convert

RGB11517738-
CMYK0.3500.790.31
HSL86.76º64.65%42.16%-
HSV(B)86.76º78.53%69.41%-
XYZ23.1435.237.41-
YUV142.6268.96108.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 177 (69.53% from 255) = 53.64%
BLUE value IS 38 (15.23% from 255) = 11.52%
R=34.85%
G=53.64%
B=11.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115177380.3500.790.3186.7664.6542.16
Hex73B1262304F1F57412a
Octal163261464301173712710152
Binary111001110110001100110100011010011111111110101111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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