Html Css Color HEX #64A048 Apple

📋 copy color: '#64A048'

red 100 ◦ green 160 ◦ blue 72

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

Shades of Apple #64A048

Tints of Apple #64A048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.19%

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

R = 30.12%
G = 48.19%
B = 21.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#64A048 (or 0x64A048) is known color: Apple. HEX triplet: 64, A0 and 48. RGB value is (100,160,72). Sum of RGB (Red+Green+Blue) = 100+160+72=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #64A048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A048 is #9B5FB7. Grayscale: #848484. Windows color (decimal): -10182584 or 4759652. OLE color: 4759652.

HSL color Cylindrical-coordinate representation of color #64A048: hue angle of 100.91º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64A048 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 160 72 -
CMYK 0.38 0 0.55 0.37
HSL 100.91º 0.38% 0.45% -
HSV(B) 100.91º 0.55% 0.63% -
XYZ 19 28.32 10.6 -
YUV 132.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 100 160 72 0.38 0 0.55 0.37 100.91 0.38 0.45
Hex 64 A0 48 26 0 37 25 65 26 2D
Octal 144 240 110 46 0 67 45 145 46 55
Binary 1100100 10100000 1001000 100110 0 110111 100101 1100101 100110 101101

Color Harmonies of #64A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A048

Black with #64A048

Text Example


Text Example

White with #64A048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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