#73B531

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

Shades of Lima #73B531

Tints of Lima #73B531

Color information

#73B531 (or 0x73B531) is unknown color: approx Lima. HEX triplet: 73, B5 and 31. RGB value is (115,181,49). Sum of RGB (Red+Green+Blue) = 115+181+49=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #73B531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B531 is #8C4ACE. Grayscale: #929292. Windows color (decimal): -9194191 or 3257715. OLE color: 3257715.

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

Color convert

RGB11518149-
CMYK0.3600.730.29
HSL90º57.39%45.1%-
HSV(B)90º72.93%70.98%-
XYZ24.1536.918.76-
YUV146.2273.13105.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.33%
GREEN value IS 181 (71.09% from 255) = 52.46%
BLUE value IS 49 (19.53% from 255) = 14.20%
R=33.33%
G=52.46%
B=14.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115181490.3600.730.299057.3945.1
Hex73B531240491D5a392d
Octal16326561440111351327155
Binary11100111011010111000110010001001001111011011010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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