#64B632

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

Shades of Apple #64B632

Tints of Apple #64B632

Color information

#64B632 (or 0x64B632) is unknown color: approx Apple. HEX triplet: 64, B6 and 32. RGB value is (100,182,50). Sum of RGB (Red+Green+Blue) = 100+182+50=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 182 (71.48% from 255 or 54.82% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 182 - color contains mainly: green. Hex color #64B632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B632 is #9B49CD. Grayscale: #8E8E8E. Windows color (decimal): -10176974 or 3323492. OLE color: 3323492.

HSL color Cylindrical-coordinate representation of color #64B632: hue angle of 97.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64B632 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB10018250-
CMYK0.4500.730.29
HSL97.27º56.9%45.49%-
HSV(B)97.27º72.53%71.37%-
XYZ22.5636.48.85-
YUV142.4375.8397.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.12%
GREEN value IS 182 (71.48% from 255) = 54.82%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=30.12%
G=54.82%
B=15.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100182500.4500.730.2997.2756.945.49
Hex64B6322D0491D61392d
Octal14426662550111351417155
Binary11001001011011011001010110101001001111011100001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,182,50); }

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

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

 a { background-color: rgb(100,182,50); }

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

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

 span { border-color: rgb(100,182,50); }

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