#73B725

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

Shades of Lima #73B725

Tints of Lima #73B725

Color information

#73B725 (or 0x73B725) is unknown color: approx Lima. HEX triplet: 73, B7 and 25. RGB value is (115,183,37). Sum of RGB (Red+Green+Blue) = 115+183+37=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #73B725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B725 is #8C48DA. Grayscale: #929292. Windows color (decimal): -9193691 or 2471795. OLE color: 2471795.

HSL color Cylindrical-coordinate representation of color #73B725: hue angle of 87.95º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73B725 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB11518337-
CMYK0.3700.800.28
HSL87.95º66.36%43.14%-
HSV(B)87.95º79.78%71.76%-
XYZ24.3437.657.73-
YUV146.0266.47105.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 183 (71.88% from 255) = 54.63%
BLUE value IS 37 (14.84% from 255) = 11.04%
R=34.33%
G=54.63%
B=11.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal115183370.3700.800.2887.9566.3643.14
Hex73B725250501C58422b
Octal163267454501203413010253
Binary111001110110111100101100101010100001110010110001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,183,37); }

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

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

 a { background-color: rgb(115,183,37); }

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

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

 span { border-color: rgb(115,183,37); }

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