#64AF3D

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

Shades of Apple #64AF3D

Tints of Apple #64AF3D

Color information

#64AF3D (or 0x64AF3D) is unknown color: approx Apple. HEX triplet: 64, AF and 3D. RGB value is (100,175,61). Sum of RGB (Red+Green+Blue) = 100+175+61=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AF3D is #9B50C2. Grayscale: #8B8B8B. Windows color (decimal): -10178755 or 4042596. OLE color: 4042596.

HSL color Cylindrical-coordinate representation of color #64AF3D: hue angle of 99.47º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64AF3D is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB10017561-
CMYK0.4300.650.31
HSL99.47º48.31%46.27%-
HSV(B)99.47º65.14%68.63%-
XYZ21.4333.719.79-
YUV139.5883.6599.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 175 (68.75% from 255) = 52.08%
BLUE value IS 61 (24.22% from 255) = 18.15%
R=29.76%
G=52.08%
B=18.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100175610.4300.650.3199.4748.3146.27
Hex64AF3D2B0411F63302e
Octal14425775530101371436056
Binary11001001010111111110110101101000001111111100011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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