#72BA35

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

Shades of Apple #72BA35

Tints of Apple #72BA35

Color information

#72BA35 (or 0x72BA35) is unknown color: approx Apple. HEX triplet: 72, BA and 35. RGB value is (114,186,53). Sum of RGB (Red+Green+Blue) = 114+186+53=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BA35 is #8D45CA. Grayscale: #959595. Windows color (decimal): -9258443 or 3521138. OLE color: 3521138.

HSL color Cylindrical-coordinate representation of color #72BA35: hue angle of 92.48º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72BA35 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB11418653-
CMYK0.3900.720.27
HSL92.48º55.65%46.86%-
HSV(B)92.48º71.51%72.94%-
XYZ25.1438.959.56-
YUV149.3173.65102.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 186 (73.05% from 255) = 52.69%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=32.29%
G=52.69%
B=15.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114186530.3900.720.2792.4855.6546.86
Hex72BA35270481B5c382f
Octal16227265470110331347057
Binary11100101011101011010110011101001000110111011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,53); }

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

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

 a { background-color: rgb(114,186,53); }

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

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

 span { border-color: rgb(114,186,53); }

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