#72C340

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

Shades of Apple #72C340

Tints of Apple #72C340

Color information

#72C340 (or 0x72C340) is unknown color: approx Apple. HEX triplet: 72, C3 and 40. RGB value is (114,195,64). Sum of RGB (Red+Green+Blue) = 114+195+64=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #72C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C340 is #8D3CBF. Grayscale: #9C9C9C. Windows color (decimal): -9256128 or 4244338. OLE color: 4244338.

HSL color Cylindrical-coordinate representation of color #72C340: hue angle of 97.1º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72C340 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB11419564-
CMYK0.4200.670.24
HSL97.1º52.19%50.78%-
HSV(B)97.1º67.18%76.47%-
XYZ27.3842.9811.7-
YUV155.8576.1698.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 195 (76.56% from 255) = 52.28%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=30.56%
G=52.28%
B=17.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114195640.4200.670.2497.152.1950.78
Hex72C3402A04318613433
Octal162303100520103301416463
Binary111001011000011100000010101001000011110001100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,195,64); }

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

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

 a { background-color: rgb(114,195,64); }

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

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

 span { border-color: rgb(114,195,64); }

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