#72B44D

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

Shades of Apple #72B44D

Tints of Apple #72B44D

Color information

#72B44D (or 0x72B44D) is unknown color: approx Apple. HEX triplet: 72, B4 and 4D. RGB value is (114,180,77). Sum of RGB (Red+Green+Blue) = 114+180+77=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #72B44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B44D is #8D4BB2. Grayscale: #949494. Windows color (decimal): -9259955 or 5092466. OLE color: 5092466.

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

Color convert

RGB11418077-
CMYK0.3700.570.29
HSL98.45º40.71%50.39%-
HSV(B)98.45º57.22%70.59%-
XYZ24.636.7612.82-
YUV148.5287.63103.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=30.73%
G=48.52%
B=20.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114180770.3700.570.2998.4540.7150.39
Hex72B44D250391D622932
Octal16226411545071351425162
Binary11100101011010010011011001010111001111011100010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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