#73B034

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

Shades of Lima #73B034

Tints of Lima #73B034

Color information

#73B034 (or 0x73B034) is unknown color: approx Lima. HEX triplet: 73, B0 and 34. RGB value is (115,176,52). Sum of RGB (Red+Green+Blue) = 115+176+52=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #73B034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73B034 is #8C4FCB. Grayscale: #909090. Windows color (decimal): -9195468 or 3453043. OLE color: 3453043.

HSL color Cylindrical-coordinate representation of color #73B034: hue angle of 89.52º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73B034 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB11517652-
CMYK0.3500.700.31
HSL89.52º54.39%44.71%-
HSV(B)89.52º70.45%69.02%-
XYZ23.2234.948.77-
YUV143.6276.29107.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 176 (69.14% from 255) = 51.31%
BLUE value IS 52 (20.70% from 255) = 15.16%
R=33.53%
G=51.31%
B=15.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115176520.3500.700.3189.5254.3944.71
Hex73B034230461F5a362d
Octal16326064430106371326655
Binary11100111011000011010010001101000110111111011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,176,52); }

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

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

 a { background-color: rgb(115,176,52); }

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

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

 span { border-color: rgb(115,176,52); }

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