#72B728

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

Shades of Lima #72B728

Tints of Lima #72B728

Color information

#72B728 (or 0x72B728) is unknown color: approx Lima. HEX triplet: 72, B7 and 28. RGB value is (114,183,40). Sum of RGB (Red+Green+Blue) = 114+183+40=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #72B728 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B728 is #8D48D7. Grayscale: #929292. Windows color (decimal): -9259224 or 2668402. OLE color: 2668402.

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

Color convert

RGB11418340-
CMYK0.3800.780.28
HSL88.95º64.13%43.73%-
HSV(B)88.95º78.14%71.76%-
XYZ24.2637.67.99-
YUV146.0768.14105.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 183 (71.88% from 255) = 54.30%
BLUE value IS 40 (16.02% from 255) = 11.87%
R=33.83%
G=54.30%
B=11.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114183400.3800.780.2888.9564.1343.73
Hex72B7282604E1C59402c
Octal162267504601163413110054
Binary111001010110111101000100110010011101110010110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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