#64AA38

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

Shades of Apple #64AA38

Tints of Apple #64AA38

Color information

#64AA38 (or 0x64AA38) is unknown color: approx Apple. HEX triplet: 64, AA and 38. RGB value is (100,170,56). Sum of RGB (Red+Green+Blue) = 100+170+56=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AA38 is #9B55C7. Grayscale: #888888. Windows color (decimal): -10180040 or 3713636. OLE color: 3713636.

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

Color convert

RGB10017056-
CMYK0.4100.670.33
HSL96.84º50.44%44.31%-
HSV(B)96.84º67.06%66.67%-
XYZ20.3431.748.8-
YUV136.0782.81102.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 170 (66.80% from 255) = 52.15%
BLUE value IS 56 (22.27% from 255) = 17.18%
R=30.67%
G=52.15%
B=17.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100170560.4100.670.3396.8450.4444.31
Hex64AA38290432161322c
Octal14425270510103411416254
Binary110010010101010111000101001010000111000011100001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,170,56); }

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

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

 a { background-color: rgb(100,170,56); }

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

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

 span { border-color: rgb(100,170,56); }

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