#72B356

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

Shades of Apple #72B356

Tints of Apple #72B356

Color information

#72B356 (or 0x72B356) is unknown color: approx Apple. HEX triplet: 72, B3 and 56. RGB value is (114,179,86). Sum of RGB (Red+Green+Blue) = 114+179+86=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #72B356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B356 is #8D4CA9. Grayscale: #959595. Windows color (decimal): -9260202 or 5682034. OLE color: 5682034.

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

Color convert

RGB11417986-
CMYK0.3600.520.30
HSL101.94º37.96%51.96%-
HSV(B)101.94º51.96%70.2%-
XYZ24.7436.4914.54-
YUV148.9692.47103.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 179 (70.31% from 255) = 47.23%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=30.08%
G=47.23%
B=22.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114179860.3600.520.30101.9437.9651.96
Hex72B356240341E662634
Octal16226312644064361464664
Binary11100101011001110101101001000110100111101100110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,179,86); }

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

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

 a { background-color: rgb(114,179,86); }

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

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

 span { border-color: rgb(114,179,86); }

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