#72B248

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

Shades of Apple #72B248

Tints of Apple #72B248

Color information

#72B248 (or 0x72B248) is unknown color: approx Apple. HEX triplet: 72, B2 and 48. RGB value is (114,178,72). Sum of RGB (Red+Green+Blue) = 114+178+72=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #72B248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72B248 is #8D4DB7. Grayscale: #939393. Windows color (decimal): -9260472 or 4764274. OLE color: 4764274.

HSL color Cylindrical-coordinate representation of color #72B248: hue angle of 96.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72B248 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB11417872-
CMYK0.3600.600.30
HSL96.23º42.4%49.02%-
HSV(B)96.23º59.55%69.8%-
XYZ24.0335.8911.79-
YUV146.7885.8104.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 178 (69.92% from 255) = 48.90%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=31.32%
G=48.90%
B=19.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114178720.3600.600.3096.2342.449.02
Hex72B2482403C1E602a31
Octal16226211044074361405261
Binary11100101011001010010001001000111100111101100000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,178,72); }

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

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

 a { background-color: rgb(114,178,72); }

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

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

 span { border-color: rgb(114,178,72); }

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