#64AD35

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

Shades of Apple #64AD35

Tints of Apple #64AD35

Color information

#64AD35 (or 0x64AD35) is unknown color: approx Apple. HEX triplet: 64, AD and 35. RGB value is (100,173,53). Sum of RGB (Red+Green+Blue) = 100+173+53=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD35 is #9B52CA. Grayscale: #898989. Windows color (decimal): -10179275 or 3517796. OLE color: 3517796.

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

Color convert

RGB10017353-
CMYK0.4200.690.32
HSL96.5º53.1%44.31%-
HSV(B)96.5º69.36%67.84%-
XYZ20.8432.858.61-
YUV137.4980.32101.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 173 (67.97% from 255) = 53.07%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=30.67%
G=53.07%
B=16.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100173530.4200.690.3296.553.144.31
Hex64AD352A0452060352c
Octal14425565520105401406554
Binary110010010101101110101101010010001011000001100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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