#64B340

Color #64B340 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #64B340

Tints of Apple #64B340

Color information

#64B340 (or 0x64B340) is unknown color: approx 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

RGB10017964-
CMYK0.4400.640.30
HSL101.22º47.33%47.65%-
HSV(B)101.22º64.25%70.2%-
XYZ22.335.3210.49-
YUV142.2783.8397.85-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100179640.4400.640.30101.2247.3347.65
Hex64B3402C0401E652f30
Octal144263100540100361455760
Binary110010010110011100000010110001000000111101100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>