#72B329

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

Shades of Lima #72B329

Tints of Lima #72B329

Color information

#72B329 (or 0x72B329) is unknown color: approx Lima. HEX triplet: 72, B3 and 29. RGB value is (114,179,41). Sum of RGB (Red+Green+Blue) = 114+179+41=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #72B329 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B329 is #8D4CD6. Grayscale: #909090. Windows color (decimal): -9260247 or 2732914. OLE color: 2732914.

HSL color Cylindrical-coordinate representation of color #72B329: hue angle of 88.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72B329 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB11417941-
CMYK0.3600.770.30
HSL88.26º62.73%43.14%-
HSV(B)88.26º77.09%70.2%-
XYZ23.4635.987.81-
YUV143.8369.97106.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 179 (70.31% from 255) = 53.59%
BLUE value IS 41 (16.41% from 255) = 12.28%
R=34.13%
G=53.59%
B=12.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114179410.3600.770.3088.2662.7343.14
Hex72B3292404D1E583f2b
Octal16226351440115361307753
Binary11100101011001110100110010001001101111101011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B329; }

 p { color: rgb(114,179,41); }

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

<style>
 a { background-color: #72B329; }

 a { background-color: rgb(114,179,41); }

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

<style>
 span { border-color: #72B329; }

 span { border-color: rgb(114,179,41); }

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