#64A43D

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

Shades of Apple #64A43D

Tints of Apple #64A43D

Color information

#64A43D (or 0x64A43D) is unknown color: approx Apple. HEX triplet: 64, A4 and 3D. RGB value is (100,164,61). Sum of RGB (Red+Green+Blue) = 100+164+61=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #64A43D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A43D is #9B5BC2. Grayscale: #858585. Windows color (decimal): -10181571 or 4039780. OLE color: 4039780.

HSL color Cylindrical-coordinate representation of color #64A43D: hue angle of 97.28º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64A43D is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB10016461-
CMYK0.3900.630.36
HSL97.28º45.78%44.12%-
HSV(B)97.28º62.8%64.31%-
XYZ19.3729.69.11-
YUV133.1287.3104.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 164 (64.45% from 255) = 50.46%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=30.77%
G=50.46%
B=18.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100164610.3900.630.3697.2845.7844.12
Hex64A43D2703F24612e2c
Octal1442447547077441415654
Binary11001001010010011110110011101111111001001100001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,164,61); }

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

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

 a { background-color: rgb(100,164,61); }

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

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

 span { border-color: rgb(100,164,61); }

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