#72AF3A

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

Shades of Apple #72AF3A

Tints of Apple #72AF3A

Color information

#72AF3A (or 0x72AF3A) is unknown color: approx Apple. HEX triplet: 72, AF and 3A. RGB value is (114,175,58). Sum of RGB (Red+Green+Blue) = 114+175+58=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AF3A is #8D50C5. Grayscale: #8F8F8F. Windows color (decimal): -9261254 or 3846002. OLE color: 3846002.

HSL color Cylindrical-coordinate representation of color #72AF3A: hue angle of 91.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72AF3A is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB11417558-
CMYK0.3500.670.31
HSL91.28º50.21%45.69%-
HSV(B)91.28º66.86%68.63%-
XYZ23.0334.549.46-
YUV143.4279.79107.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 58 (23.05% from 255) = 16.71%
R=32.85%
G=50.43%
B=16.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114175580.3500.670.3191.2850.2145.69
Hex72AF3A230431F5b322e
Octal16225772430103371336256
Binary11100101010111111101010001101000011111111011011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,175,58); }

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

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

 a { background-color: rgb(114,175,58); }

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

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

 span { border-color: rgb(114,175,58); }

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