#64AB33

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

Shades of Apple #64AB33

Tints of Apple #64AB33

Color information

#64AB33 (or 0x64AB33) is unknown color: approx Apple. HEX triplet: 64, AB and 33. RGB value is (100,171,51). Sum of RGB (Red+Green+Blue) = 100+171+51=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AB33 is #9B54CC. Grayscale: #888888. Windows color (decimal): -10179789 or 3386212. OLE color: 3386212.

HSL color Cylindrical-coordinate representation of color #64AB33: hue angle of 95.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64AB33 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB10017151-
CMYK0.4200.700.33
HSL95.5º54.05%43.53%-
HSV(B)95.5º70.18%67.06%-
XYZ20.4232.078.25-
YUV136.0979.98102.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 171 (67.19% from 255) = 53.11%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=31.06%
G=53.11%
B=15.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100171510.4200.700.3395.554.0543.53
Hex64AB332A0462160362c
Octal14425363520106411406654
Binary110010010101011110011101010010001101000011100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,171,51); }

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

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

 a { background-color: rgb(100,171,51); }

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

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

 span { border-color: rgb(100,171,51); }

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