#64AD4A

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

Shades of Apple #64AD4A

Tints of Apple #64AD4A

Color information

#64AD4A (or 0x64AD4A) is unknown color: approx Apple. HEX triplet: 64, AD and 4A. RGB value is (100,173,74). Sum of RGB (Red+Green+Blue) = 100+173+74=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD4A is #9B52B5. Grayscale: #8C8C8C. Windows color (decimal): -10179254 or 4894052. OLE color: 4894052.

HSL color Cylindrical-coordinate representation of color #64AD4A: hue angle of 104.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64AD4A is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB10017374-
CMYK0.4200.570.32
HSL104.24º40.08%48.43%-
HSV(B)104.24º57.23%67.84%-
XYZ21.4433.0911.74-
YUV139.8990.8299.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 173 (67.97% from 255) = 49.86%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=28.82%
G=49.86%
B=21.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100173740.4200.570.32104.2440.0848.43
Hex64AD4A2A03920682830
Octal14425511252071401505060
Binary110010010101101100101010101001110011000001101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64AD4A; }

 p { color: rgb(100,173,74); }

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

<style>
 a { background-color: #64AD4A; }

 a { background-color: rgb(100,173,74); }

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

<style>
 span { border-color: #64AD4A; }

 span { border-color: rgb(100,173,74); }

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