Html Css Color HEX #64A547 Apple

📋 copy color: '#64A547'

red 100 ◦ green 165 ◦ blue 71

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

Shades of Apple #64A547

Tints of Apple #64A547

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.11%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 29.76%
G = 49.11%
B = 21.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#64A547 (or 0x64A547) is known color: Apple. HEX triplet: 64, A5 and 47. RGB value is (100,165,71). Sum of RGB (Red+Green+Blue) = 100+165+71=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #64A547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A547 is #9B5AB8. Grayscale: #878787. Windows color (decimal): -10181305 or 4695396. OLE color: 4695396.

HSL color Cylindrical-coordinate representation of color #64A547: hue angle of 101.49º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64A547 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 165 71 -
CMYK 0.39 0 0.57 0.35
HSL 101.49º 0.4% 0.46% -
HSV(B) 101.49º 0.57% 0.65% -
XYZ 19.85 30.07 10.72 -
YUV 134.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 100 165 71 0.39 0 0.57 0.35 101.49 0.4 0.46
Hex 64 A5 47 27 0 39 23 65 28 2E
Octal 144 245 107 47 0 71 43 145 50 56
Binary 1100100 10100101 1000111 100111 0 111001 100011 1100101 101000 101110

Color Harmonies of #64A547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A547

Black with #64A547

Text Example


Text Example

White with #64A547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,165,71); }

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

background-color css

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

 a { background-color: rgb(100,165,71); }

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

border-color css

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

 span { border-color: rgb(100,165,71); }

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