#73B331

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

Shades of Lima #73B331

Tints of Lima #73B331

Color information

#73B331 (or 0x73B331) is unknown color: approx Lima. HEX triplet: 73, B3 and 31. RGB value is (115,179,49). Sum of RGB (Red+Green+Blue) = 115+179+49=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #73B331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B331 is #8C4CCE. Grayscale: #919191. Windows color (decimal): -9194703 or 3257203. OLE color: 3257203.

HSL color Cylindrical-coordinate representation of color #73B331: hue angle of 89.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73B331 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB11517949-
CMYK0.3600.730.30
HSL89.54º57.02%44.71%-
HSV(B)89.54º72.63%70.2%-
XYZ23.7436.118.62-
YUV145.0473.8106.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 179 (70.31% from 255) = 52.19%
BLUE value IS 49 (19.53% from 255) = 14.29%
R=33.53%
G=52.19%
B=14.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal115179490.3600.730.3089.5457.0244.71
Hex73B331240491E5a392d
Octal16326361440111361327155
Binary11100111011001111000110010001001001111101011010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,179,49); }

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

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

 a { background-color: rgb(115,179,49); }

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

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

 span { border-color: rgb(115,179,49); }

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