#72B734

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

Shades of Lima #72B734

Tints of Lima #72B734

Color information

#72B734 (or 0x72B734) is unknown color: approx Lima. HEX triplet: 72, B7 and 34. RGB value is (114,183,52). Sum of RGB (Red+Green+Blue) = 114+183+52=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #72B734 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B734 is #8D48CB. Grayscale: #939393. Windows color (decimal): -9259212 or 3454834. OLE color: 3454834.

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

Color convert

RGB11418352-
CMYK0.3800.720.28
HSL91.6º55.74%46.08%-
HSV(B)91.6º71.58%71.76%-
XYZ24.4937.699.23-
YUV147.4474.14104.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 183 (71.88% from 255) = 52.44%
BLUE value IS 52 (20.70% from 255) = 14.90%
R=32.66%
G=52.44%
B=14.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114183520.3800.720.2891.655.7446.08
Hex72B734260481C5c382e
Octal16226764460110341347056
Binary11100101011011111010010011001001000111001011100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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