Html Css Color HEX #64AE48 Apple

📋 copy color: '#64AE48'

red 100 ◦ green 174 ◦ blue 72

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

Shades of Apple #64AE48

Tints of Apple #64AE48

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.29%

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 28.9%
G = 50.29%
B = 20.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#64AE48 (or 0x64AE48) is known color: Apple. HEX triplet: 64, AE and 48. RGB value is (100,174,72). Sum of RGB (Red+Green+Blue) = 100+174+72=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AE48 is #9B51B7. Grayscale: #8C8C8C. Windows color (decimal): -10179000 or 4763236. OLE color: 4763236.

HSL color Cylindrical-coordinate representation of color #64AE48: hue angle of 103.53º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64AE48 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 174 72 -
CMYK 0.43 0 0.59 0.32
HSL 103.53º 0.41% 0.48% -
HSV(B) 103.53º 0.59% 0.68% -
XYZ 21.56 33.45 11.45 -
YUV 140.25 89.48 99.29 -
System Red Green Blue C M Y K H S L
Decimal 100 174 72 0.43 0 0.59 0.32 103.53 0.41 0.48
Hex 64 AE 48 2B 0 3B 20 68 29 30
Octal 144 256 110 53 0 73 40 150 51 60
Binary 1100100 10101110 1001000 101011 0 111011 100000 1101000 101001 110000

Color Harmonies of #64AE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AE48

Black with #64AE48

Text Example


Text Example

White with #64AE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,174,72); }

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

background-color css

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

 a { background-color: rgb(100,174,72); }

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

border-color css

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

 span { border-color: rgb(100,174,72); }

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