#64AD3F

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

Shades of Apple #64AD3F

Tints of Apple #64AD3F

Color information

#64AD3F (or 0x64AD3F) is unknown color: approx Apple. HEX triplet: 64, AD and 3F. RGB value is (100,173,63). Sum of RGB (Red+Green+Blue) = 100+173+63=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD3F is #9B52C0. Grayscale: #8B8B8B. Windows color (decimal): -10179265 or 4173156. OLE color: 4173156.

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

Color convert

RGB10017363-
CMYK0.4200.640.32
HSL99.82º46.61%46.27%-
HSV(B)99.82º63.58%67.84%-
XYZ21.132.969.95-
YUV138.6385.32100.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 173 (67.97% from 255) = 51.49%
BLUE value IS 63 (25% from 255) = 18.75%
R=29.76%
G=51.49%
B=18.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100173630.4200.640.3299.8246.6146.27
Hex64AD3F2A04020642f2e
Octal14425577520100401445756
Binary110010010101101111111101010010000001000001100100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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