#64A256

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

Shades of Apple #64A256

Tints of Apple #64A256

Color information

#64A256 (or 0x64A256) is unknown color: approx Apple. HEX triplet: 64, A2 and 56. RGB value is (100,162,86). Sum of RGB (Red+Green+Blue) = 100+162+86=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #64A256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A256 is #9B5DA9. Grayscale: #878787. Windows color (decimal): -10182058 or 5677668. OLE color: 5677668.

HSL color Cylindrical-coordinate representation of color #64A256: hue angle of 108.95º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64A256 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB10016286-
CMYK0.3800.470.36
HSL108.95º30.65%48.63%-
HSV(B)108.95º46.91%63.53%-
XYZ19.8629.2213.4-
YUV134.8100.46103.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.74%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=28.74%
G=46.55%
B=24.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100162860.3800.470.36108.9530.6548.63
Hex64A2562602F246d1f31
Octal14424212646057441553761
Binary11001001010001010101101001100101111100100110110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,162,86); }

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

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

 a { background-color: rgb(100,162,86); }

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

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

 span { border-color: rgb(100,162,86); }

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