#72B53C

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

Shades of Apple #72B53C

Tints of Apple #72B53C

Color information

#72B53C (or 0x72B53C) is unknown color: approx Apple. HEX triplet: 72, B5 and 3C. RGB value is (114,181,60). Sum of RGB (Red+Green+Blue) = 114+181+60=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #72B53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B53C is #8D4AC3. Grayscale: #939393. Windows color (decimal): -9259716 or 3978610. OLE color: 3978610.

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

Color convert

RGB11418160-
CMYK0.3700.670.29
HSL93.22º50.21%47.25%-
HSV(B)93.22º66.85%70.98%-
XYZ24.2836.9510.13-
YUV147.1778.8104.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 181 (71.09% from 255) = 50.99%
BLUE value IS 60 (23.83% from 255) = 16.90%
R=32.11%
G=50.99%
B=16.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114181600.3700.670.2993.2250.2147.25
Hex72B53C250431D5d322f
Octal16226574450103351356257
Binary11100101011010111110010010101000011111011011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,181,60); }

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

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

 a { background-color: rgb(114,181,60); }

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

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

 span { border-color: rgb(114,181,60); }

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