#64B43C

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

Shades of Apple #64B43C

Tints of Apple #64B43C

Color information

#64B43C (or 0x64B43C) is unknown color: approx Apple. HEX triplet: 64, B4 and 3C. RGB value is (100,180,60). Sum of RGB (Red+Green+Blue) = 100+180+60=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #64B43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B43C is #9B4BC3. Grayscale: #8E8E8E. Windows color (decimal): -10177476 or 3978340. OLE color: 3978340.

HSL color Cylindrical-coordinate representation of color #64B43C: hue angle of 100º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64B43C is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB10018060-
CMYK0.4400.670.29
HSL100º50%47.06%-
HSV(B)100º66.67%70.59%-
XYZ22.3935.689.98-
YUV142.481.597.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 180 (70.70% from 255) = 52.94%
BLUE value IS 60 (23.83% from 255) = 17.65%
R=29.41%
G=52.94%
B=17.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100180600.4400.670.291005047.06
Hex64B43C2C0431D64322f
Octal14426474540103351446257
Binary11001001011010011110010110001000011111011100100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64B43C;
 }
 .AnyTagClassName
 {
   color: #64B43C;
 }
</style>
background-color css

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

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

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

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

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

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