#64A449

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

Shades of Apple #64A449

Tints of Apple #64A449

Color information

#64A449 (or 0x64A449) is unknown color: approx Apple. HEX triplet: 64, A4 and 49. RGB value is (100,164,73). Sum of RGB (Red+Green+Blue) = 100+164+73=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #64A449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A449 is #9B5BB6. Grayscale: #868686. Windows color (decimal): -10181559 or 4826212. OLE color: 4826212.

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

Color convert

RGB10016473-
CMYK0.3900.550.36
HSL102.2º38.4%46.47%-
HSV(B)102.2º55.49%64.31%-
XYZ19.7329.7411-
YUV134.4993.3103.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 164 (64.45% from 255) = 48.66%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=29.67%
G=48.66%
B=21.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100164730.3900.550.36102.238.446.47
Hex64A449270372466262e
Octal14424411147067441464656
Binary110010010100100100100110011101101111001001100110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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