Html Css Color HEX #64B340 Apple

📋 copy color: '#64B340'

red 100 ◦ green 179 ◦ blue 64

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

Shades of Apple #64B340

Tints of Apple #64B340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.19%

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

R = 29.15%
G = 52.19%
B = 18.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#64B340 (or 0x64B340) is known color: Apple. HEX triplet: 64, B3 and 40. RGB value is (100,179,64). Sum of RGB (Red+Green+Blue) = 100+179+64=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #64B340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B340 is #9B4CBF. Grayscale: #8E8E8E. Windows color (decimal): -10177728 or 4240228. OLE color: 4240228.

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

Color convert

RGB 100 179 64 -
CMYK 0.44 0 0.64 0.30
HSL 101.22º 0.47% 0.48% -
HSV(B) 101.22º 0.64% 0.7% -
XYZ 22.3 35.32 10.49 -
YUV 142.27 83.83 97.85 -
System Red Green Blue C M Y K H S L
Decimal 100 179 64 0.44 0 0.64 0.30 101.22 0.47 0.48
Hex 64 B3 40 2C 0 40 1E 65 2F 30
Octal 144 263 100 54 0 100 36 145 57 60
Binary 1100100 10110011 1000000 101100 0 1000000 11110 1100101 101111 110000

Color Harmonies of #64B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B340

Black with #64B340

Text Example


Text Example

White with #64B340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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