#72B44A

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

Shades of Apple #72B44A

Tints of Apple #72B44A

Color information

#72B44A (or 0x72B44A) is unknown color: approx Apple. HEX triplet: 72, B4 and 4A. RGB value is (114,180,74). Sum of RGB (Red+Green+Blue) = 114+180+74=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #72B44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B44A is #8D4BB5. Grayscale: #949494. Windows color (decimal): -9259958 or 4895858. OLE color: 4895858.

HSL color Cylindrical-coordinate representation of color #72B44A: hue angle of 97.36º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72B44A is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB11418074-
CMYK0.3700.590.29
HSL97.36º41.73%49.8%-
HSV(B)97.36º58.89%70.59%-
XYZ24.536.7112.27-
YUV148.1886.13103.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 180 (70.70% from 255) = 48.91%
BLUE value IS 74 (29.30% from 255) = 20.11%
R=30.98%
G=48.91%
B=20.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114180740.3700.590.2997.3641.7349.8
Hex72B44A2503B1D612a32
Octal16226411245073351415262
Binary11100101011010010010101001010111011111011100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,180,74); }

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

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

 a { background-color: rgb(114,180,74); }

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

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

 span { border-color: rgb(114,180,74); }

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