Html Css Color HEX #64A53C Apple

📋 copy color: '#64A53C'

red 100 ◦ green 165 ◦ blue 60

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

Shades of Apple #64A53C

Tints of Apple #64A53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 30.77%
G = 50.77%
B = 18.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#64A53C (or 0x64A53C) is known color: Apple. HEX triplet: 64, A5 and 3C. RGB value is (100,165,60). Sum of RGB (Red+Green+Blue) = 100+165+60=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #64A53C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A53C is #9B5AC3. Grayscale: #858585. Windows color (decimal): -10181316 or 3974500. OLE color: 3974500.

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

Color convert

RGB 100 165 60 -
CMYK 0.39 0 0.64 0.35
HSL 97.14º 0.47% 0.44% -
HSV(B) 97.14º 0.64% 0.65% -
XYZ 19.53 29.95 9.03 -
YUV 133.6 86.47 104.04 -
System Red Green Blue C M Y K H S L
Decimal 100 165 60 0.39 0 0.64 0.35 97.14 0.47 0.44
Hex 64 A5 3C 27 0 40 23 61 2F 2C
Octal 144 245 74 47 0 100 43 141 57 54
Binary 1100100 10100101 111100 100111 0 1000000 100011 1100001 101111 101100

Color Harmonies of #64A53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A53C

Black with #64A53C

Text Example


Text Example

White with #64A53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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