#72B731

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

Shades of Lima #72B731

Tints of Lima #72B731

Color information

#72B731 (or 0x72B731) is unknown color: approx Lima. HEX triplet: 72, B7 and 31. RGB value is (114,183,49). Sum of RGB (Red+Green+Blue) = 114+183+49=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #72B731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B731 is #8D48CE. Grayscale: #939393. Windows color (decimal): -9259215 or 3258226. OLE color: 3258226.

HSL color Cylindrical-coordinate representation of color #72B731: hue angle of 90.9º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72B731 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB11418349-
CMYK0.3800.730.28
HSL90.9º57.76%45.49%-
HSV(B)90.9º73.22%71.76%-
XYZ24.4337.678.89-
YUV147.0972.64104.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.95%
GREEN value IS 183 (71.88% from 255) = 52.89%
BLUE value IS 49 (19.53% from 255) = 14.16%
R=32.95%
G=52.89%
B=14.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114183490.3800.730.2890.957.7645.49
Hex72B731260491C5b3a2d
Octal16226761460111341337255
Binary11100101011011111000110011001001001111001011011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,183,49); }

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

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

 a { background-color: rgb(114,183,49); }

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

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

 span { border-color: rgb(114,183,49); }

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