#73B225

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

Shades of Lima #73B225

Tints of Lima #73B225

Color information

#73B225 (or 0x73B225) is unknown color: approx Lima. HEX triplet: 73, B2 and 25. RGB value is (115,178,37). Sum of RGB (Red+Green+Blue) = 115+178+37=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 178 (69.92% from 255 or 53.94% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 178 - color contains mainly: green. Hex color #73B225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73B225 is #8C4DDA. Grayscale: #8F8F8F. Windows color (decimal): -9194971 or 2470515. OLE color: 2470515.

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

Color convert

RGB11517837-
CMYK0.3500.790.30
HSL86.81º65.58%42.16%-
HSV(B)86.81º79.21%69.8%-
XYZ23.3235.627.4-
YUV143.0968.13107.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 178 (69.92% from 255) = 53.94%
BLUE value IS 37 (14.84% from 255) = 11.21%
R=34.85%
G=53.94%
B=11.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal115178370.3500.790.3086.8165.5842.16
Hex73B2252304F1E57422a
Octal163262454301173612710252
Binary111001110110010100101100011010011111111010101111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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