Html Css Color HEX #64A440 Apple

📋 copy color: '#64A440'

red 100 ◦ green 164 ◦ blue 64

#64A440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #64A440

Tints of Apple #64A440

RGB

 RED value IS 100 (39.45% from 255) = 30.49%

 GREEN value IS 164 (64.45% from 255) = 50%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 30.49%
G = 50%
B = 19.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#64A440 (or 0x64A440) is known color: Apple. HEX triplet: 64, A4 and 40. RGB value is (100,164,64). Sum of RGB (Red+Green+Blue) = 100+164+64=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #64A440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A440 is #9B5BBF. Grayscale: #858585. Windows color (decimal): -10181568 or 4236388. OLE color: 4236388.

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

Color convert

RGB 100 164 64 -
CMYK 0.39 0 0.61 0.36
HSL 98.4º 0.44% 0.45% -
HSV(B) 98.4º 0.61% 0.64% -
XYZ 19.46 29.63 9.54 -
YUV 133.46 88.8 104.13 -
System Red Green Blue C M Y K H S L
Decimal 100 164 64 0.39 0 0.61 0.36 98.4 0.44 0.45
Hex 64 A4 40 27 0 3D 24 62 2C 2D
Octal 144 244 100 47 0 75 44 142 54 55
Binary 1100100 10100100 1000000 100111 0 111101 100100 1100010 101100 101101

Color Harmonies of #64A440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A440

Black with #64A440

Text Example


Text Example

White with #64A440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64A440;
 }
 .AnyTagClassName
 {
   color: #64A440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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