Html Css Color HEX #64A240 Apple

📋 copy color: '#64A240'

red 100 ◦ green 162 ◦ blue 64

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

Shades of Apple #64A240

Tints of Apple #64A240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.69%

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

R = 30.67%
G = 49.69%
B = 19.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#64A240 (or 0x64A240) is known color: Apple. HEX triplet: 64, A2 and 40. RGB value is (100,162,64). Sum of RGB (Red+Green+Blue) = 100+162+64=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #64A240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A240 is #9B5DBF. Grayscale: #848484. Windows color (decimal): -10182080 or 4235876. OLE color: 4235876.

HSL color Cylindrical-coordinate representation of color #64A240: hue angle of 97.96º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64A240 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 162 64 -
CMYK 0.38 0 0.60 0.36
HSL 97.96º 0.43% 0.44% -
HSV(B) 97.96º 0.6% 0.64% -
XYZ 19.1 28.92 9.43 -
YUV 132.29 89.46 104.97 -
System Red Green Blue C M Y K H S L
Decimal 100 162 64 0.38 0 0.60 0.36 97.96 0.43 0.44
Hex 64 A2 40 26 0 3C 24 62 2B 2C
Octal 144 242 100 46 0 74 44 142 53 54
Binary 1100100 10100010 1000000 100110 0 111100 100100 1100010 101011 101100

Color Harmonies of #64A240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A240

Black with #64A240

Text Example


Text Example

White with #64A240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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