#64C049

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

Shades of Apple #64C049

Tints of Apple #64C049

Color information

#64C049 (or 0x64C049) is unknown color: approx Apple. HEX triplet: 64, C0 and 49. RGB value is (100,192,73). Sum of RGB (Red+Green+Blue) = 100+192+73=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #64C049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C049 is #9B3FB6. Grayscale: #979797. Windows color (decimal): -10174391 or 4833380. OLE color: 4833380.

HSL color Cylindrical-coordinate representation of color #64C049: hue angle of 106.39º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64C049 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB10019273-
CMYK0.4800.620.25
HSL106.39º48.57%51.96%-
HSV(B)106.39º61.98%75.29%-
XYZ25.3140.8912.86-
YUV150.9384.0291.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 192 (75.39% from 255) = 52.60%
BLUE value IS 73 (28.91% from 255) = 20%
R=27.40%
G=52.60%
B=20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100192730.4800.620.25106.3948.5751.96
Hex64C0493003E196a3134
Octal14430011160076311526164
Binary11001001100000010010011100000111110110011101010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,192,73); }

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

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

 a { background-color: rgb(100,192,73); }

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

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

 span { border-color: rgb(100,192,73); }

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