#64B631

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

Shades of Apple #64B631

Tints of Apple #64B631

Color information

#64B631 (or 0x64B631) is unknown color: approx Apple. HEX triplet: 64, B6 and 31. RGB value is (100,182,49). Sum of RGB (Red+Green+Blue) = 100+182+49=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 182 (71.48% from 255 or 54.98% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 182 - color contains mainly: green. Hex color #64B631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B631 is #9B49CE. Grayscale: #8E8E8E. Windows color (decimal): -10176975 or 3257956. OLE color: 3257956.

HSL color Cylindrical-coordinate representation of color #64B631: hue angle of 96.99º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64B631 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB10018249-
CMYK0.4500.730.29
HSL96.99º57.58%45.29%-
HSV(B)96.99º73.08%71.37%-
XYZ22.5436.398.74-
YUV142.3275.3397.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 182 (71.48% from 255) = 54.98%
BLUE value IS 49 (19.53% from 255) = 14.80%
R=30.21%
G=54.98%
B=14.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100182490.4500.730.2996.9957.5845.29
Hex64B6312D0491D613a2d
Octal14426661550111351417255
Binary11001001011011011000110110101001001111011100001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,182,49); }

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

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

 a { background-color: rgb(100,182,49); }

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

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

 span { border-color: rgb(100,182,49); }

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