#64AE37

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

Shades of Apple #64AE37

Tints of Apple #64AE37

Color information

#64AE37 (or 0x64AE37) is unknown color: approx Apple. HEX triplet: 64, AE and 37. RGB value is (100,174,55). Sum of RGB (Red+Green+Blue) = 100+174+55=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AE37 is #9B51C8. Grayscale: #8A8A8A. Windows color (decimal): -10179017 or 3649124. OLE color: 3649124.

HSL color Cylindrical-coordinate representation of color #64AE37: hue angle of 97.31º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64AE37 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB10017455-
CMYK0.4300.680.32
HSL97.31º51.97%44.9%-
HSV(B)97.31º68.39%68.24%-
XYZ21.0833.268.92-
YUV138.3180.98100.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 174 (68.36% from 255) = 52.89%
BLUE value IS 55 (21.88% from 255) = 16.72%
R=30.40%
G=52.89%
B=16.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100174550.4300.680.3297.3151.9744.9
Hex64AE372B0442061342d
Octal14425667530104401416455
Binary110010010101110110111101011010001001000001100001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,174,55); }

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

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

 a { background-color: rgb(100,174,55); }

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

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

 span { border-color: rgb(100,174,55); }

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